aboutsummaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-08-26 15:13:35 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-08-26 15:15:43 +0200
commit9ac75d1f06d0bdbd7b4b3cecadc2e2d651779d9f (patch)
tree44f30ce946e80313d1c3182b59ab47a9555719e0 /node.gyp
parent87405b0d98e5f96eec1bd3ddfea6fe4ad2489892 (diff)
downloadandroid-node-v8-9ac75d1f06d0bdbd7b4b3cecadc2e2d651779d9f.tar.gz
android-node-v8-9ac75d1f06d0bdbd7b4b3cecadc2e2d651779d9f.tar.bz2
android-node-v8-9ac75d1f06d0bdbd7b4b3cecadc2e2d651779d9f.zip
src: remove pointless node_os.h header file
src/node_os.cc doesn't export anything that's used elsewhere. Remove it.
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index f42ba46e65..ebf7ebd1f8 100644
--- a/node.gyp
+++ b/node.gyp
@@ -125,7 +125,6 @@
'src/node_file.h',
'src/node_http_parser.h',
'src/node_javascript.h',
- 'src/node_os.h',
'src/node_root_certs.h',
'src/node_version.h',
'src/node_watchdog.h',