Skip to content

Commit

Permalink
Remove old tcp module
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 11, 2010
1 parent 393f007 commit cdd1d67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions lib/tcp.js

This file was deleted.

1 change: 0 additions & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,6 @@ static Handle<Value> Binding(const Arguments& args) {
exports->Set(String::New("repl"), String::New(native_repl));
exports->Set(String::New("readline"), String::New(native_readline));
exports->Set(String::New("sys"), String::New(native_sys));
exports->Set(String::New("tcp"), String::New(native_tcp));
exports->Set(String::New("url"), String::New(native_url));
exports->Set(String::New("utils"), String::New(native_utils));
exports->Set(String::New("path"), String::New(native_path));
Expand Down

0 comments on commit cdd1d67

Please sign in to comment.