From 40d358fb5d2083582f512977a4119a650eddf3b0 Mon Sep 17 00:00:00 2001 From: "deanm@google.com" Date: Wed, 6 Aug 2008 12:29:16 +0000 Subject: Move base/timer from deprecated atomic interface to AtomicSequenceNumber. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@427 0039d316-1c4b-4281-b951-d872f2087c98 --- base/timer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'base/timer.h') 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_; -- cgit v1.1