diff --git a/VistaCoreLibs/VistaDataFlowNet/VdfnDriverSensorNode.h b/VistaCoreLibs/VistaDataFlowNet/VdfnDriverSensorNode.h index c0a17621e8931b5583a47c06de0356d276249d3a..8502e89664ce0d4868ccacd138d13efb904257dc 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; };