test: remove unused variables from net tests
authorRich Trott <rtrott@gmail.com>
Sat, 26 Dec 2015 21:48:54 +0000 (13:48 -0800)
committerMyles Borins <mborins@us.ibm.com>
Tue, 19 Jan 2016 19:52:39 +0000 (11:52 -0800)
commitda9e5c1b011d20d2631eb85575a5ce160dac6a05
tree8a5d811c08425d3492ae86fc08e60110f412d03e
parent13241bd24b32b1e2f0a012868f1f867342f7f60a
test: remove unused variables from net tests

Remove a handful of variables that are declared but never used in the
tests for the net module.

PR-URL: https://github.com/nodejs/node/pull/4430
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
test/parallel/test-net-create-connection.js
test/parallel/test-net-dns-custom-lookup.js
test/parallel/test-net-dns-lookup-skip.js
test/parallel/test-net-listen-close-server.js
test/parallel/test-net-local-address-port.js
test/parallel/test-net-localerror.js
test/parallel/test-net-reconnect.js