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

PFODQA: Fix clang warning.

Unused private data member.
parent 6325287f
No related branches found
No related tags found
No related merge requests found
......@@ -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
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