From 534f74a1bd70131aae68af5b7519b41a2bd73937 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sat, 18 Apr 2026 17:56:25 +0200 Subject: [PATCH] lib: fix lint in internal/webstreams/util.js --- lib/internal/webstreams/util.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/internal/webstreams/util.js b/lib/internal/webstreams/util.js index bfa5b9dceac74d..81e65815eabe6b 100644 --- a/lib/internal/webstreams/util.js +++ b/lib/internal/webstreams/util.js @@ -7,7 +7,6 @@ const { ArrayPrototypePush, ArrayPrototypeShift, AsyncIteratorPrototype, - FunctionPrototypeCall, MathMax, NumberIsNaN, PromisePrototypeThen,