Skip to content

Commit 87a58be

Browse files
ZYSzysaddaleax
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]> Backport-PR-URL: #25446
1 parent d245c4c commit 87a58be

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
@@ -200,7 +200,6 @@ function startup() {
200200
// so these are now deprecated non-ops that can be removed after one
201201
// major release cycle.
202202
if (process.platform === 'win32') {
203-
function noop() {}
204203
const names = [
205204
'NET_SERVER_CONNECTION',
206205
'NET_SERVER_CONNECTION_CLOSE',

0 commit comments

Comments
 (0)