summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2015-06-19 21:00:19 +0200
committerRod Vagg <rod@vagg.org>2015-08-04 11:56:15 -0700
commit1057d1186b0fedf87411a1cb56c67dc385ee1f9f (patch)
tree08cf85d91d060b1aba7f5ef812b6e0ae0d7b3947 /node.gyp
parent8e1a8ffe24867192379cf92d329d9babc94a58f6 (diff)
downloadandroid-node-v8-1057d1186b0fedf87411a1cb56c67dc385ee1f9f.tar.gz
android-node-v8-1057d1186b0fedf87411a1cb56c67dc385ee1f9f.tar.bz2
android-node-v8-1057d1186b0fedf87411a1cb56c67dc385ee1f9f.zip
buffer: rename internal/buffer_new.js to buffer.js
The old smalloc-based implementation has been removed, the typed array implementation is the only one that is left now. PR-URL: https://github.com/nodejs/io.js/pull/2022 Reviewed-By: Rod Vagg <rod@vagg.org> 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 d2920125d7..21d2802a20 100644
--- a/node.gyp
+++ b/node.gyp
@@ -69,7 +69,6 @@
'lib/vm.js',
'lib/zlib.js',
'lib/internal/child_process.js',
- 'lib/internal/buffer_new.js',
'lib/internal/freelist.js',
'lib/internal/socket_list.js',
'lib/internal/repl.js',