summaryrefslogtreecommitdiff
path: root/lib/net.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net.js')
-rw-r--r--lib/net.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/net.js b/lib/net.js
index ced5ca771c..a9fae9df89 100644
--- a/lib/net.js
+++ b/lib/net.js
@@ -20,7 +20,6 @@ var binding = process.binding('net');
// represent buffer.used) that can be seeked around would be easier. I'm not
// yet convinced that every use-case can be fit into that abstraction, so
// waiting to implement it until I get more experience with this.
-var Buffer = require('buffer').Buffer;
var FreeList = require('freelist').FreeList;
var IOWatcher = process.binding('io_watcher').IOWatcher;