summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2012-08-21 00:37:59 +0200
committerBert Belder <bertbelder@gmail.com>2012-08-21 00:37:59 +0200
commit2c5828b65be98fd5cb75fa266bd24e435ce0b71d (patch)
tree618bce4db30a29cd5fd03bbd0bbbed1b5482a456 /node.gyp
parent34fc97880f5547314defce475a7d884726bd0cd0 (diff)
downloadandroid-node-v8-2c5828b65be98fd5cb75fa266bd24e435ce0b71d.tar.gz
android-node-v8-2c5828b65be98fd5cb75fa266bd24e435ce0b71d.tar.bz2
android-node-v8-2c5828b65be98fd5cb75fa266bd24e435ce0b71d.zip
Remove node_io_watcher
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/node.gyp b/node.gyp
index 047f93ac70..5675045aae 100644
--- a/node.gyp
+++ b/node.gyp
@@ -205,9 +205,6 @@
'libraries': [ '-lpsapi.lib' ]
}, { # POSIX
'defines': [ '__POSIX__' ],
- 'sources': [
- 'src/node_io_watcher.cc',
- ],
}],
[ 'OS=="mac"', {
'libraries': [ '-framework Carbon' ],