Remove misleading comment.

svn-id: r38977
This commit is contained in:
Willem Jan Palenstijn 2009-02-28 19:31:42 +00:00
parent f38e6b0d76
commit 460131f5d3

View file

@ -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);