Skip to content

errors: remove ERR_OUTOFMEMORY

Rodrigo Muino Tomonari requested to merge github/fork/tniessen/nooom into master

The error code ERR_OUTOFMEMORY was added in e71e71b5 and is unused ever since 69e6c5a2. Apart from not being used within node core, it is the only error code which does not use underscores to separate words (ERR_OUTOFMEMORY vs ERR_OUT_OF_RANGE).

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

errors

Merge request reports

Loading