Skip to content
Snippets Groups Projects
Commit 4c2100b5 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

TileMonitoring: Fix gcc14 warnings.

Unused typedefs.
parent 7cdcf21b
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,6 @@ StatusCode TileTBBeamMonitorAlgorithm::fillHistograms( const EventContext& ctx )
uint32_t run = GetEventInfo(ctx)->runNumber();
using Tile = TileCalibUtils;
// TDC/BEAM Items
int muTag = 0;
int muHalo = 0;
......
......@@ -197,8 +197,6 @@ StatusCode TileTBMonitorAlgorithm::fillHistograms( const EventContext& ctx ) con
// In case you want to measure the execution time
auto timer = Monitored::Timer("TIME_execute");
using Tile = TileCalibUtils;
SG::ReadHandle<CaloCellContainer> caloCellContainer(m_caloCellContainerKey, ctx);
ATH_CHECK( caloCellContainer.isValid() );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment