Skip to content

Commit d9b069f

Browse files
committed
lib: remove obsolete deletion of bufferBinding.zeroFill
1 parent 802e9ca commit d9b069f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/bootstrap/node.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ function setupBuffer() {
375375
// Only after this point can C++ use Buffer::New()
376376
bufferBinding.setBufferPrototype(Buffer.prototype);
377377
delete bufferBinding.setBufferPrototype;
378-
delete bufferBinding.zeroFill;
379378

380379
// Create global.Buffer as getters so that we have a
381380
// deprecation path for these in ES Modules.

0 commit comments

Comments
 (0)