Skip to content

src: Remove unused __init_cwd() and INITIAL_CWD.

This function and object are not used in any other code in the source tree. Their presence causes the build on CloudABI to fail, due to it not providing a global filesystem namespace to begin with.

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

src

Merge request reports

Loading