Skip to content

Commit 4564a93

Browse files
watildetargos
authored andcommittedOct 13, 2021
net: remove unused ObjectKeys
Co-authored-by: Luigi Pinca <luigipinca@gmail.com> PR-URL: #40344 Fixes: #40336 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com>
1 parent dbb2e6f commit 4564a93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎lib/net.js

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ const {
3030
NumberIsNaN,
3131
NumberParseInt,
3232
ObjectDefineProperty,
33-
ObjectKeys,
3433
ObjectSetPrototypeOf,
3534
Symbol,
3635
} = primordials;

0 commit comments

Comments
 (0)
Please sign in to comment.