Skip to content

Commit

Permalink
cluster: remove obsolete todo
Browse files Browse the repository at this point in the history
PR-URL: #13734
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
  • Loading branch information
BridgeAR authored and addaleax committed Jun 29, 2017
1 parent 52ebab0 commit 7294c74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/internal/cluster/shared_handle.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ function SharedHandle(key, address, port, addressType, fd, flags) {
this.handle = null;
this.errno = 0;

// FIXME(bnoordhuis) Polymorphic return type for lack of a better solution.
var rval;

if (addressType === 'udp4' || addressType === 'udp6')
rval = dgram._createSocketHandle(address, port, addressType, fd, flags);
else
Expand Down

0 comments on commit 7294c74

Please sign in to comment.