Merge "Remove unused code from test methods"
This commit is contained in:
@@ -13,7 +13,6 @@ class TestTimerHandler : public TimerHandler {
|
||||
virtual void OnTimerEvent() { timer_events_++; }
|
||||
|
||||
uint32_t timer_events() { return timer_events_; }
|
||||
void ResetTimerEvents() { timer_events_ = 0; }
|
||||
|
||||
private:
|
||||
uint32_t timer_events_;
|
||||
|
||||
Reference in New Issue
Block a user