Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Remove node_io_watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Aug 20, 2012
1 parent 34fc978 commit 2c5828b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 243 deletions.
3 changes: 0 additions & 3 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,6 @@
'libraries': [ '-lpsapi.lib' ]
}, { # POSIX
'defines': [ '__POSIX__' ],
'sources': [
'src/node_io_watcher.cc',
],
}],
[ 'OS=="mac"', {
'libraries': [ '-framework Carbon' ],
Expand Down
10 changes: 0 additions & 10 deletions src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ typedef int mode_t;
#endif

#include "node_buffer.h"
#ifdef __POSIX__
# include "node_io_watcher.h"
#endif
#include "node_file.h"
#include "node_http_parser.h"
#include "node_constants.h"
Expand Down Expand Up @@ -1862,13 +1859,6 @@ static Handle<Value> Binding(const Arguments& args) {
DefineConstants(exports);
binding_cache->Set(module, exports);

#ifdef __POSIX__
} else if (!strcmp(*module_v, "io_watcher")) {
exports = Object::New();
IOWatcher::Initialize(exports);
binding_cache->Set(module, exports);
#endif

} else if (!strcmp(*module_v, "natives")) {
exports = Object::New();
DefineJavaScript(exports);
Expand Down
166 changes: 0 additions & 166 deletions src/node_io_watcher.cc

This file was deleted.

64 changes: 0 additions & 64 deletions src/node_io_watcher.h

This file was deleted.

0 comments on commit 2c5828b

Please sign in to comment.