summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal_binding/spawn_sync.ts
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-03-05 20:23:42 +0530
committerGitHub <noreply@github.com>2023-03-05 10:53:42 -0400
commitc9c782940ea693664c462fb6f94d214ed54a158c (patch)
tree9cd1c196d28596bfe6602b1a847a76ecc84730c8 /ext/node/polyfills/internal_binding/spawn_sync.ts
parent7d13d65468c37022f003bb680dfbddd07ea72173 (diff)
chore(ext/node): cleanup empty internal_bindings (#18032)
Diffstat (limited to 'ext/node/polyfills/internal_binding/spawn_sync.ts')
-rw-r--r--ext/node/polyfills/internal_binding/spawn_sync.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/node/polyfills/internal_binding/spawn_sync.ts b/ext/node/polyfills/internal_binding/spawn_sync.ts
deleted file mode 100644
index 93e2042b0..000000000
--- a/ext/node/polyfills/internal_binding/spawn_sync.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
-
-export {};