diff options
author | Micheil Smith <micheil@brandedcode.com> | 2010-10-12 08:04:09 +1100 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-10-11 15:21:36 -0700 |
commit | e38eb0c5a4d4e8497f5815be81994ddb01fbceb7 (patch) | |
tree | 6a78ed08f6186930b9ef9984fbd7b4354beae7c7 /test/fixtures/recvfd.js | |
parent | 0a0e90dcca1642849ffa8b8cee4ad9b8f15c0fc1 (diff) | |
download | node-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.js | 1 |
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 = []; |