diff --git a/src/core/sal/Listener.hpp b/src/core/sal/Listener.hpp index 6b0fcb1d..eb0668f0 100644 --- a/src/core/sal/Listener.hpp +++ b/src/core/sal/Listener.hpp @@ -21,7 +21,6 @@ class ExperimentFlow; */ class BaseListener { protected: - time_t m_tStamp; //!< time stamp of listener unsigned int m_OccCounter; //!< listener fires when 0 is reached unsigned int m_OccCounterInit; //!< initial value for m_OccCounter ExperimentFlow* m_Parent; //!< this listener belongs to experiment m_Parent