summaryrefslogtreecommitdiff
path: root/src/node_stat_watcher.cc
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2010-11-26 01:27:14 +0100
committerBert Belder <bertbelder@gmail.com>2010-12-20 23:51:16 +0100
commitbea5e6eff6b2a9104da504cca0db01ed15cb90ae (patch)
treed5870274972e3bfdf6022b58191e1e130670f476 /src/node_stat_watcher.cc
parent967b7b0d8cd48a6ec87ff9512987f845a5b4ed52 (diff)
downloadandroid-node-v8-bea5e6eff6b2a9104da504cca0db01ed15cb90ae.tar.gz
android-node-v8-bea5e6eff6b2a9104da504cca0db01ed15cb90ae.tar.bz2
android-node-v8-bea5e6eff6b2a9104da504cca0db01ed15cb90ae.zip
Re-enable stat watchers on windows
This reverts commit b8a99f94167a25f63ae096d9d5e2cc9cf70cecef.
Diffstat (limited to 'src/node_stat_watcher.cc')
-rw-r--r--src/node_stat_watcher.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/node_stat_watcher.cc b/src/node_stat_watcher.cc
index 5173f1aee3..bbc4fdfbd4 100644
--- a/src/node_stat_watcher.cc
+++ b/src/node_stat_watcher.cc
@@ -1,5 +1,3 @@
-#ifdef __POSIX__
-
// Copyright 2009 Ryan Dahl <ry@tinyclouds.org>
#include <node_stat_watcher.h>
@@ -113,5 +111,3 @@ void StatWatcher::Stop () {
} // namespace node
-
-#endif // __POSIX__