From 6370570eaa3262ce4be1b867c3f0523b6d62e44e Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Wed, 13 Sep 2017 04:34:16 +0200
Subject: [PATCH] DerivationFrameworkInDet: Fix compilation warning.

Compilation warning: unused variable.



Former-commit-id: 3d6ad600c8601bb5f7492abd7297a9a8ae31ba71
---
 .../src/TrackStateOnSurfaceDecorator.cxx                         | 1 -
 1 file changed, 1 deletion(-)

diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/src/TrackStateOnSurfaceDecorator.cxx b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/src/TrackStateOnSurfaceDecorator.cxx
index 929d48ab50d..b99c4ec673e 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/src/TrackStateOnSurfaceDecorator.cxx
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkInDet/src/TrackStateOnSurfaceDecorator.cxx
@@ -298,7 +298,6 @@ namespace DerivationFramework {
 	SG::AuxElement::Decorator< float > decoratorTRTusedHits_noHT_divByL("ToT_usedHits_noHT_divByL");    
 
 	decoratorTRTdEdx (*track)     = m_TRTdEdxTool->dEdx( trkTrack, true, true, true);
-        ITRT_ToT_dEdx::EGasType gasType;
 	decoratorTRTusedHits (*track) = m_TRTdEdxTool->usedHits( trkTrack, true, true);
 	decoratorTRTdEdx_noHT_divByL (*track)     = m_TRTdEdxTool->dEdx( trkTrack, true, false, true);
 	decoratorTRTusedHits_noHT_divByL (*track) = m_TRTdEdxTool->usedHits( trkTrack, true, false);
-- 
GitLab