lib: remove duplicated noop function
PR-URL: https://github.com/nodejs/node/pull/24770 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Weijia Wang <starkwang@126.com>
This commit is contained in:
parent
0c65314e0e
commit
a89b873e63
@ -200,7 +200,6 @@ function startup() {
|
||||
// so these are now deprecated non-ops that can be removed after one
|
||||
// major release cycle.
|
||||
if (process.platform === 'win32') {
|
||||
function noop() {}
|
||||
const names = [
|
||||
'NET_SERVER_CONNECTION',
|
||||
'NET_SERVER_CONNECTION_CLOSE',
|
||||
|
Loading…
x
Reference in New Issue
Block a user