Skip to content

Commit

Permalink
net: remove TODO for moving isIP to dns
Browse files Browse the repository at this point in the history
It is not really DNS-specific so keeping it in net makes more sense.

PR-URL: #286
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
evanlucas authored and bnoordhuis committed Jan 11, 2015
1 parent 26dd9e1 commit d51efd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/net.js
Original file line number Diff line number Diff line change
Expand Up @@ -1442,8 +1442,6 @@ Server.prototype.unref = function() {
};


// TODO: isIP should be moved to the DNS code. Putting it here now because
// this is what the legacy system did.
exports.isIP = cares.isIP;


Expand Down

0 comments on commit d51efd0

Please sign in to comment.