Removed unused member Multicast::m_startTimeMS

This commit is contained in:
Ivan Skytte Jørgensen
2015-12-10 11:55:59 +01:00
parent 655b4eaf97
commit 8df3deff5f

@ -155,8 +155,6 @@ class Multicast {
// . m_slots[] is our list of concurrent transactions
// . we delete all the slots only after cast is done
int32_t m_startTime; // seconds since the epoch
// so Msg3a can time response
int64_t m_startTimeMS;
// # of replies we've received
int32_t m_numReplies;