Skip to content

Commit b6ae411

Browse files
legendecasRafaelGSS
authored andcommitted
lib: remove obsolete deletion of bufferBinding.zeroFill
PR-URL: #47881 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe>
1 parent 562b3d4 commit b6ae411

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
@@ -390,7 +390,6 @@ function setupBuffer() {
390390
// Only after this point can C++ use Buffer::New()
391391
bufferBinding.setBufferPrototype(Buffer.prototype);
392392
delete bufferBinding.setBufferPrototype;
393-
delete bufferBinding.zeroFill;
394393

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

0 commit comments

Comments
 (0)