test: remove unused assert module imports
authorRich Trott <rtrott@gmail.com>
Sun, 27 Dec 2015 06:45:46 +0000 (22:45 -0800)
committerMyles Borins <mborins@us.ibm.com>
Tue, 19 Jan 2016 19:52:33 +0000 (11:52 -0800)
commite70c88df56b2e5eaec3ab3b8cacd6db527d12b88
tree65cdf55b88e73d94e0eb3895ca26c2d1a6f626c8
parent35e32985caf6e71c7f8c0b4339cd27b7bcd75b08
test: remove unused assert module imports

Many test modules load assert but do not use it. This change removes
those instances.

It also removes a handful of other unused variables when they were
nearby.

PR-URL: https://github.com/nodejs/node/pull/4438
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
42 files changed:
test/addons/buffer-free-callback/test.js
test/message/2100bytes.js
test/message/eval_messages.js
test/message/hello_world.js
test/message/nexttick_throw.js
test/message/stack_overflow.js
test/message/stdin_messages.js
test/message/throw_custom_error.js
test/message/throw_custom_error.out
test/message/throw_in_line_with_tabs.js
test/message/throw_in_line_with_tabs.out
test/message/throw_non_error.js
test/message/throw_non_error.out
test/message/throw_null.js
test/message/throw_null.out
test/message/throw_undefined.js
test/message/throw_undefined.out
test/message/timeout_throw.js
test/message/undefined_reference_in_new_context.js
test/message/vm_display_runtime_error.js
test/message/vm_display_syntax_error.js
test/message/vm_dont_display_runtime_error.js
test/message/vm_dont_display_syntax_error.js
test/parallel/test-cluster-dgram-2.js
test/parallel/test-cluster-rr-ref.js
test/parallel/test-crypto-verify-failure.js
test/parallel/test-dgram-empty-packet.js
test/parallel/test-dgram-send-empty-buffer.js
test/parallel/test-domain-stack.js
test/parallel/test-repl-domain.js
test/parallel/test-require-extensions-main.js
test/parallel/test-stream-pipe-cleanup-pause.js
test/parallel/test-stream2-pipe-error-once-listener.js
test/parallel/test-timers-non-integer-delay.js
test/parallel/test-timers-socket-timeout-removes-other-socket-unref-timer.js
test/parallel/test-timers-unref-remove-other-unref-timers.js
test/parallel/test-timers-unrefd-interval-still-fires.js
test/pummel/test-fs-watch-non-recursive.js
test/pummel/test-http-upload-timeout.js
test/pummel/test-next-tick-infinite-calls.js
test/sequential/test-regress-GH-819.js
test/sequential/test-stream2-stderr-sync.js