diff options
Diffstat (limited to 'ext/node/polyfills/internal_binding/cares_wrap.ts')
-rw-r--r-- | ext/node/polyfills/internal_binding/cares_wrap.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/node/polyfills/internal_binding/cares_wrap.ts b/ext/node/polyfills/internal_binding/cares_wrap.ts index 130b1085f..a628f5fd0 100644 --- a/ext/node/polyfills/internal_binding/cares_wrap.ts +++ b/ext/node/polyfills/internal_binding/cares_wrap.ts @@ -34,7 +34,6 @@ import { AsyncWrap, providerType, } from "ext:deno_node/internal_binding/async_wrap.ts"; -// deno-lint-ignore camelcase import { ares_strerror } from "ext:deno_node/internal_binding/ares.ts"; import { notImplemented } from "ext:deno_node/_utils.ts"; import { isWindows } from "ext:deno_node/_util/os.ts"; |