Remove unused HeartbeatTimer member: do_expire

Coverity CID 1417434
This commit is contained in:
Jon Siwek 2020-02-05 16:43:22 -08:00
parent c5340c7c3e
commit 4e87b6ee73

View file

@ -19,7 +19,6 @@ public:
protected: protected:
void Init(); void Init();
int do_expire;
}; };
/** /**