Skip to content
Snippets Groups Projects

TrigBphysHypo: Fix clang warnings.

Merged Scott Snyder requested to merge ssnyder/athena:clang.TrigBphysHypo-20190217 into master
3 files
+ 4
15
Compare changes
  • Side-by-side
  • Inline
Files
3
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
/**************************************************************************
@@ -77,8 +77,6 @@ class TrigBphysElectronCounter: public HLT::AllTEAlgo {
//Counters
uint32_t m_countTotalEvents;
uint32_t m_countPassedPt;
uint32_t m_countPassedIsEM;
uint32_t m_countPassedEvents;
Loading