mirror of https://github.com/nodejs/node.git
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
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…
Reference in New Issue