summaryrefslogtreecommitdiff
path: root/test/fixtures/recvfd.js
diff options
context:
space:
mode:
authorMicheil Smith <micheil@brandedcode.com>2010-10-12 08:04:09 +1100
committerRyan Dahl <ry@tinyclouds.org>2010-10-11 15:21:36 -0700
commite38eb0c5a4d4e8497f5815be81994ddb01fbceb7 (patch)
tree6a78ed08f6186930b9ef9984fbd7b4354beae7c7 /test/fixtures/recvfd.js
parent0a0e90dcca1642849ffa8b8cee4ad9b8f15c0fc1 (diff)
downloadnode-new-e38eb0c5a4d4e8497f5815be81994ddb01fbceb7.tar.gz
Soft migration of sys -> util, Removal of deprecated utils module.
Diffstat (limited to 'test/fixtures/recvfd.js')
-rw-r--r--test/fixtures/recvfd.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fixtures/recvfd.js b/test/fixtures/recvfd.js
index 27e8fc644a..09b2864b7e 100644
--- a/test/fixtures/recvfd.js
+++ b/test/fixtures/recvfd.js
@@ -2,7 +2,6 @@
// script is doing and how it fits into the test as a whole.
var net = require('net');
-var sys = require('sys');
var receivedData = [];
var receivedFDs = [];