From e0ab43d0e55f7a2e714af2424e86a2ae145e0985 Mon Sep 17 00:00:00 2001 From: Vicary A Date: Sun, 11 Sep 2022 02:19:42 +0800 Subject: [PATCH] chore(lint): no-unused-vars --- ext/webgpu/src/01_webgpu.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/webgpu/src/01_webgpu.js b/ext/webgpu/src/01_webgpu.js index 11d7194b1f1d93..ecdc2d9fa2a24b 100644 --- a/ext/webgpu/src/01_webgpu.js +++ b/ext/webgpu/src/01_webgpu.js @@ -25,7 +25,6 @@ Error, MathMax, ObjectDefineProperty, - ObjectFreeze, ObjectPrototypeIsPrototypeOf, Promise, PromiseAll,