Skip to content

TrigT1RPChardware: make RPCReadOut class non-virtual

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20220401T100143 into master

cppcheck was warning about calling virtual functions from the constructor of the derived classes of RPCReadOut. Since that class merely serves as a helper base class, polymorphism is really not required in the first place. Remove all virtual/override specifiers.

Merge request reports