From 7814b89a0f2f8e8f9b4a620aa5834187d03b4fc1 Mon Sep 17 00:00:00 2001
From: drausch <dominik.rausch@rwth-aachen.de>
Date: Mon, 30 May 2016 13:54:51 +0200
Subject: [PATCH] removed unused member variable

---
 VistaCoreLibs/VistaDataFlowNet/VdfnDriverSensorNode.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/VistaCoreLibs/VistaDataFlowNet/VdfnDriverSensorNode.h b/VistaCoreLibs/VistaDataFlowNet/VdfnDriverSensorNode.h
index c0a17621e..8502e8966 100644
--- a/VistaCoreLibs/VistaDataFlowNet/VdfnDriverSensorNode.h
+++ b/VistaCoreLibs/VistaDataFlowNet/VdfnDriverSensorNode.h
@@ -106,8 +106,7 @@ private:
 	VistaDeviceSensor *m_pSensor;
 	HistoryPort        *m_pHistoryPort;
 
-	mutable VistaType::uint32	m_nLastUpdateIdx,
-								m_nOldScore; // is updated in CalcUpdateNeededScore()
+	mutable VistaType::uint32	m_nLastUpdateIdx;
 	unsigned int    m_nOldMeasureCount;
 	mutable VistaType::microtime m_nLastUpdateTsFromReadState;
 };
-- 
GitLab