Skip to content

Commit 4e0710c

Browse files
theanarkhjuanarbol
authored andcommitted
net: remove unused callback
PR-URL: #44204 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Feng Yu <[email protected]>
1 parent 82ff3da commit 4e0710c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ function internalConnect(
996996
req.address = address;
997997
req.oncomplete = afterConnect;
998998

999-
err = self._handle.connect(req, address, afterConnect);
999+
err = self._handle.connect(req, address);
10001000
}
10011001

10021002
if (err) {

0 commit comments

Comments
 (0)