Skip to content

lib: unnecessary const assignment for class

We can avoid the const assignment as it is not needed for the instantiating objects in the same file as the class is not exported anywhere.

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

Merge request reports

Loading