Skip to content

Cleanup: Remove unused using decls

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • compilation on macOS, Linux passes.
Affected core subsystem(s)

No functional change. Just code cleanup.

Description of change

Remove unused using decls.

These decls are found automatically by misc-unused-using-decls check in clang-tidy.

Merge request reports

Loading