Skip to content
Snippets Groups Projects

TileConditions+TileRawUtils+TileTBRec: fix cppcheck defects

Merged Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20241120T181103 into main
8 files
+ 159
272
Compare changes
  • Side-by-side
  • Inline
Files
8
//Dear emacs, this is -*- c++ -*-
/*
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
@@ -17,8 +17,7 @@
TileBadChannelsCondAlg::TileBadChannelsCondAlg(const std::string& name, ISvcLocator* pSvcLocator) :
AthAlgorithm(name, pSvcLocator),
m_useOflBch(true)
AthAlgorithm(name, pSvcLocator)
{
}
Loading