From 016efad0902d1d37ed57fc08ead6e3a707ec3d55 Mon Sep 17 00:00:00 2001
From: scott snyder <scott.snyder@cern.ch>
Date: Mon, 5 Nov 2018 16:14:06 +0100
Subject: [PATCH] AthenaRootComps: Fix clang warning.

Clang warning: Unused private data member.


Former-commit-id: 6bf447ea08542d7cb04dd70865ec9b4b3f2c9603
---
 Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.h b/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.h
index f2bf9c1724f..32682624250 100644
--- a/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.h
+++ b/Database/AthenaRoot/AthenaRootComps/src/xAODEventSelector.h
@@ -1,7 +1,7 @@
 ///////////////////////// -*- C++ -*- /////////////////////////////
 
 /*
-  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
 */
 
 // xAODEventSelector.h 
@@ -238,7 +238,6 @@ class xAODEventSelector :
 
 #ifndef XAOD_ANALYSIS
   //these are here just for compatibility with RecExCommon ... we were trying to use this selector in recexcommon jobs for a bit
-  bool m_backNavigation=false;
   StringProperty m_collectionType;
 #endif
 
-- 
GitLab