Skip to content

fs: 'O_SYMLINK' property on constant variable

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

fs

Description of change

fs: 'O_SYMLINK' property on constant variable The 'O_SYMLINK' property is never defined on the constant variable (line 6). On lines 1009 and 1064, an if statement is called with the condition: constants.hasOwnProperty('O_SYMLINK')

Removing the two if statements removes a combined total of 51 unused lines of code.

Merge request reports

Loading