From c9c782940ea693664c462fb6f94d214ed54a158c Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sun, 5 Mar 2023 20:23:42 +0530 Subject: chore(ext/node): cleanup empty internal_bindings (#18032) --- ext/node/polyfills/internal_binding/errors.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 ext/node/polyfills/internal_binding/errors.ts (limited to 'ext/node/polyfills/internal_binding/errors.ts') diff --git a/ext/node/polyfills/internal_binding/errors.ts b/ext/node/polyfills/internal_binding/errors.ts deleted file mode 100644 index 93e2042b0..000000000 --- a/ext/node/polyfills/internal_binding/errors.ts +++ /dev/null @@ -1,3 +0,0 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. - -export {}; -- cgit v1.2.3