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

HepMCAnalysis_i: Fix compiler warnings.

Remove useless calls to empty().
parent a3486f95
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
// ----------------------------------------------------------------------
......@@ -755,13 +755,5 @@ int LeptonJetAnalysis::Process(HepMC::GenEvent *event)
}
selected_jets.empty();
no_cuts_jets.empty();
forward_jets.empty();
unsorted_leptons.empty();
leptons.empty();
unsorted_tight_leptons.empty();
tight_leptons.empty();
return true;
}
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