aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-http-destroyed-socket-write2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-destroyed-socket-write2.js')
-rw-r--r--test/parallel/test-http-destroyed-socket-write2.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-http-destroyed-socket-write2.js b/test/parallel/test-http-destroyed-socket-write2.js
index 5bbb3bbc94..9065939ccb 100644
--- a/test/parallel/test-http-destroyed-socket-write2.js
+++ b/test/parallel/test-http-destroyed-socket-write2.js
@@ -6,7 +6,6 @@ var assert = require('assert');
// where the server has ended the socket.
var http = require('http');
-var net = require('net');
var server = http.createServer(function(req, res) {
setImmediate(function() {
res.destroy();