Skip to content

tools: remove unused variable

Rodrigo Muino Tomonari requested to merge github/fork/Trott/never-used into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

tools doc

Description of change

oldDirs is assigned but never used. Remove it.

(This was missed by the linter in previous versions of ESLint but is flagged by the current version. Updating the linter is contingent on this change or some similar remedy landing.)

Merge request reports

Loading