Skip to content

src: remove unnecessary check of more boolean

Having an explicit true check of the more variable in the while clause does not seem to be consistent with other such while clauses in the code base.

This commit removes the check.

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

src

Merge request reports

Loading