Skip to content

Commit 1057d11

Browse files
bnoordhuisrvagg
authored andcommittedAug 4, 2015
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: #2022 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Trevor Norris <[email protected]>
1 parent 8e1a8ff commit 1057d11

File tree

3 files changed

+1019
-1015
lines changed

3 files changed

+1019
-1015
lines changed
 

‎lib/buffer.js

+1,019-1
Large diffs are not rendered by default.

‎lib/internal/buffer_new.js

-1,013
This file was deleted.

‎node.gyp

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
'lib/vm.js',
7070
'lib/zlib.js',
7171
'lib/internal/child_process.js',
72-
'lib/internal/buffer_new.js',
7372
'lib/internal/freelist.js',
7473
'lib/internal/socket_list.js',
7574
'lib/internal/repl.js',

0 commit comments

Comments
 (0)
Please sign in to comment.