net: remove TODO for moving isIP to dns

It is not really DNS-specific so keeping it in net makes more sense.

PR-URL: https://github.com/iojs/io.js/pull/286
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
pull/293/head
Evan Lucas 2015-01-11 14:33:08 -06:00 committed by Ben Noordhuis
parent 26dd9e15bb
commit d51efd07ac
1 changed files with 0 additions and 2 deletions

View File

@ -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; exports.isIP = cares.isIP;