From d9899289ea4d5ec509255e629a518ae9093be96d Mon Sep 17 00:00:00 2001 From: scott snyder <scott.snyder@cern.ch> Date: Fri, 21 Apr 2017 05:44:10 +0200 Subject: [PATCH] xAODJet: Using declaration fix. A using declaration should not be in the global namespace in a header. Former-commit-id: 81606706a0f8dd82ef73039986c38108b1920ce1 --- Event/xAOD/xAODJet/xAODJet/JetAccessors.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Event/xAOD/xAODJet/xAODJet/JetAccessors.h b/Event/xAOD/xAODJet/xAODJet/JetAccessors.h index 8504c71d3a5..848c278f56e 100644 --- a/Event/xAOD/xAODJet/xAODJet/JetAccessors.h +++ b/Event/xAOD/xAODJet/xAODJet/JetAccessors.h @@ -30,7 +30,6 @@ #include "xAODBase/IParticle.h" #include "xAODJet/JetTypes.h" -using SG::AuxElement; namespace xAOD { -- GitLab