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

Commit

Permalink
Get rid of the old timer binding
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jun 8, 2011
1 parent d9aa9b5 commit cc82724
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 271 deletions.
6 changes: 0 additions & 6 deletions src/node.cc
Expand Up @@ -64,7 +64,6 @@
#include <node_http_parser.h>
#include <node_signal_watcher.h>
#include <node_stat_watcher.h>
#include <node_timer.h>
#include <node_child_process.h>
#include <node_constants.h>
#include <node_stdio.h>
Expand Down Expand Up @@ -1875,11 +1874,6 @@ static Handle<Value> Binding(const Arguments& args) {
IOWatcher::Initialize(exports);
binding_cache->Set(module, exports);

} else if (!strcmp(*module_v, "timer")) {
exports = Object::New();
Timer::Initialize(exports);
binding_cache->Set(module, exports);

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion wscript
Expand Up @@ -842,7 +842,6 @@ def build(bld):
src/node_file.cc
src/node_signal_watcher.cc
src/node_stat_watcher.cc
src/node_timer.cc
src/node_script.cc
src/node_os.cc
src/node_dtrace.cc
Expand Down

0 comments on commit cc82724

Please sign in to comment.