diff options
Diffstat (limited to 'base/timer.h')
-rw-r--r-- | base/timer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/base/timer.h b/base/timer.h index 39eb313..4374971 100644 --- a/base/timer.h +++ b/base/timer.h @@ -84,10 +84,6 @@ class Timer { Time fire_time_; private: - // A sequence number for all allocated times (used to break ties when - // comparing times in the TimerManager, and assure FIFO execution sequence). - static int32 timer_id_counter_; - // The task that is run when this timer fires. Task* task_; |