Skip to content

Commit 1ec4f8d

Browse files
ZYSzysBridgeAR
authored andcommitted
lib: remove duplicated noop function
PR-URL: #24770 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Weijia Wang <[email protected]>
1 parent 5bd33f1 commit 1ec4f8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/bootstrap/node.js

-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
// so these are now deprecated non-ops that can be removed after one
202202
// major release cycle.
203203
if (process.platform === 'win32') {
204-
function noop() {}
205204
const names = [
206205
'NET_SERVER_CONNECTION',
207206
'NET_SERVER_CONNECTION_CLOSE',

0 commit comments

Comments
 (0)