Skip to content

Commit

Permalink
Merge pull request #31299 from mrodozov/fix-clang-warning
Browse files Browse the repository at this point in the history
Fix unused variable warning
  • Loading branch information
cmsbuild authored Aug 31, 2020
2 parents 7a0b4a1 + dce127f commit 2c14a0e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "DataFormats/EgammaCandidates/interface/Photon.h"

namespace {
const edm::EDGetTokenT<edm::ValueMap<float>> empty_token;
const edm::InputTag empty_tag("");
template <typename T, typename U, typename V>
inline void make_consumes(const T& tag, edm::EDGetTokenT<U>& tok, V& sume) {
Expand Down

0 comments on commit 2c14a0e

Please sign in to comment.