Skip to content

src: remove outdated `Neuter()` call in `node_buffer.cc`

Rodrigo Muino Tomonari requested to merge github/fork/addaleax/no-neuter into master

This call was introduced in 827ee498 to avoid a crash in a later Neuter() call that has later been removed in ebbbc5a7, rendering the original call unnecessary.

Refs: https://github.com/nodejs/node/pull/3624 Refs: https://github.com/nodejs/node/pull/5204

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading