Skip to content

stream: remove dead code

Rodrigo Muino Tomonari requested to merge github/fork/lpinca/gh-30040 into master

String.prototype.split() returns an array of strings so the branch is never taken.

Fixes: https://github.com/nodejs/node/issues/30040

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

Merge request reports

Loading