From dce127f5195654f948ce407e54742dcf19b1bab7 Mon Sep 17 00:00:00 2001 From: Mircho Rodozov Date: Mon, 31 Aug 2020 11:46:37 +0200 Subject: [PATCH] Fix unused variable warning --- RecoEgamma/EgammaTools/plugins/EGFull5x5ShowerShapeModifier.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/RecoEgamma/EgammaTools/plugins/EGFull5x5ShowerShapeModifier.cc b/RecoEgamma/EgammaTools/plugins/EGFull5x5ShowerShapeModifier.cc index 6ea6cd5d28ebc..8704c54c190c3 100644 --- a/RecoEgamma/EgammaTools/plugins/EGFull5x5ShowerShapeModifier.cc +++ b/RecoEgamma/EgammaTools/plugins/EGFull5x5ShowerShapeModifier.cc @@ -8,7 +8,6 @@ #include "DataFormats/EgammaCandidates/interface/Photon.h" namespace { - const edm::EDGetTokenT> empty_token; const edm::InputTag empty_tag(""); template inline void make_consumes(const T& tag, edm::EDGetTokenT& tok, V& sume) {