From c25a7146ff7c33c33d0f00779c4059ced8f79341 Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Wed, 18 Nov 2020 17:13:26 +0100
Subject: [PATCH] PFODQA: Fix clang warning.

Unused private data member.
---
 .../PFlow/PFlowValidation/PFODQA/src/LeptonNFEValidationPlots.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Reconstruction/PFlow/PFlowValidation/PFODQA/src/LeptonNFEValidationPlots.h b/Reconstruction/PFlow/PFlowValidation/PFODQA/src/LeptonNFEValidationPlots.h
index ea61aa35c01..58699df998b 100644
--- a/Reconstruction/PFlow/PFlowValidation/PFODQA/src/LeptonNFEValidationPlots.h
+++ b/Reconstruction/PFlow/PFlowValidation/PFODQA/src/LeptonNFEValidationPlots.h
@@ -33,7 +33,5 @@ class LeptonNFEValidationPlots : public PlotBase {
   PFO::LeptonFELinkerPlots m_ElectronMatchedNFEPlots;
   PFO::LeptonFELinkerPlots m_MuonMatchedNFEPlots;
   PFO::LeptonFELinkerPlots m_TauJetMatchedNFEPlots;
-
-  bool m_isNeutral=false;
 };
 #endif
-- 
GitLab