summaryrefslogtreecommitdiff
path: root/test/sequential/test-stream2-stderr-sync.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-stream2-stderr-sync.js')
-rw-r--r--test/sequential/test-stream2-stderr-sync.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/sequential/test-stream2-stderr-sync.js b/test/sequential/test-stream2-stderr-sync.js
index 0889a38ed3..c7daaa6b08 100644
--- a/test/sequential/test-stream2-stderr-sync.js
+++ b/test/sequential/test-stream2-stderr-sync.js
@@ -2,10 +2,6 @@
// Make sure that sync writes to stderr get processed before exiting.
require('../common');
-var assert = require('assert');
-var util = require('util');
-
-var errnoException = util._errnoException;
function parent() {
var spawn = require('child_process').spawn;