Skip to content

Commit

Permalink
No longer using END_OF_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 21, 2010
1 parent 752297b commit 798224b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/net.js
Expand Up @@ -47,8 +47,6 @@ var EINPROGRESS = constants.EINPROGRESS;
var ENOENT = constants.ENOENT;
var EMFILE = constants.EMFILE;

var END_OF_FILE = 42;


var ioWatchers = new FreeList("iowatcher", 100, function () {
return new IOWatcher();
Expand Down

0 comments on commit 798224b

Please sign in to comment.