Skip to content

Commit 26f85e7

Browse files
BridgeARaddaleax
authored andcommitted
cluster: remove obsolete todo
PR-URL: #13734 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
1 parent ad8b158 commit 26f85e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/internal/cluster/shared_handle.js

-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ function SharedHandle(key, address, port, addressType, fd, flags) {
1111
this.handle = null;
1212
this.errno = 0;
1313

14-
// FIXME(bnoordhuis) Polymorphic return type for lack of a better solution.
1514
var rval;
16-
1715
if (addressType === 'udp4' || addressType === 'udp6')
1816
rval = dgram._createSocketHandle(address, port, addressType, fd, flags);
1917
else

0 commit comments

Comments
 (0)