Skip to content

Commit f0b96b4

Browse files
committed
clean unused globals
1 parent c6b924d commit f0b96b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/bootstrap/switches/is_embedded_env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Set up globalThis.require and globalThis.import so that they can
77
// be easily accessed from C/C++
88

9-
/* global path, primordials, process, GetLinkedBinding, GetInternalBinding */
9+
/* global path, primordials */
1010

1111
const { globalThis, ObjectCreate } = primordials;
1212
const CJSLoader = require('internal/modules/cjs/loader');

0 commit comments

Comments
 (0)