Skip to content

Commit fb1707d

Browse files
committed
lib: remove obsolete deletion of bufferBinding.zeroFill
1 parent f87da58 commit fb1707d

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
@@ -374,7 +374,6 @@ function setupBuffer() {
374374
// Only after this point can C++ use Buffer::New()
375375
bufferBinding.setBufferPrototype(Buffer.prototype);
376376
delete bufferBinding.setBufferPrototype;
377-
delete bufferBinding.zeroFill;
378377

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

0 commit comments

Comments
 (0)