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>
This commit is contained in:
parent
26dd9e15bb
commit
d51efd07ac
@ -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;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user