From 460131f5d35fffba4126cdf4ea24f2f32cfebc25 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 28 Feb 2009 19:31:42 +0000 Subject: Remove misleading comment. svn-id: r38977 --- backends/timer/default/default-timer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'backends/timer') diff --git a/backends/timer/default/default-timer.cpp b/backends/timer/default/default-timer.cpp index 8d766740c4..bd2222bbbc 100644 --- a/backends/timer/default/default-timer.cpp +++ b/backends/timer/default/default-timer.cpp @@ -93,8 +93,7 @@ void DefaultTimerManager::handler() { _head->next = slot->next; // Update the fire time and reinsert the TimerSlot into the priority - // queue. Has to be done before the timer callback is invoked, in case - // the callback wants to remove itself. + // queue. assert(slot->interval > 0); slot->nextFireTime += (slot->interval / 1000); slot->nextFireTimeMicro += (slot->interval % 1000); -- cgit v1.2.3