summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2015-01-30 12:55:25 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2015-02-11 23:06:29 +0100
commit7e779b459367f071366699550ea0162b63516564 (patch)
treec734abfc28c8404aa4d4d3c981b112ba62fd8051 /node.gyp
parent38dc0cd8f43867092ce190db0e8fddae5a6d5f6c (diff)
downloadnodejs-7e779b459367f071366699550ea0162b63516564.tar.gz
nodejs-7e779b459367f071366699550ea0162b63516564.tar.bz2
nodejs-7e779b459367f071366699550ea0162b63516564.zip
src: remove obsoleted queue.h header
It has been obsoleted by the previous commit. Now it's time to say goodbye. PR-URL: https://github.com/iojs/io.js/pull/667 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
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 5a4830e55..01a67a08c 100644
--- a/node.gyp
+++ b/node.gyp
@@ -144,7 +144,6 @@
'src/node_wrap.h',
'src/node_i18n.h',
'src/pipe_wrap.h',
- 'src/queue.h',
'src/smalloc.h',
'src/tty_wrap.h',
'src/tcp_wrap.h',