Skip to content

L1TopoCoreSimulation: Fix clang warnings.

clang warnings:

  • unused private data members
  • polymorphic classes should have virtual destructors.

(Also, names with double underscores are reserved to the implementation.)

Merge request reports