Skip to content

Commit

Permalink
Correct undisciplined rebase. (Closes #8583.)
Browse files Browse the repository at this point in the history
  • Loading branch information
benschulz committed Nov 18, 2015
1 parent 2be0cb7 commit 54e41fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/script/timers.rs
Expand Up @@ -194,8 +194,6 @@ impl ActiveTimers {
duration: MsDuration,
is_interval: IsInterval,
source: TimerSource) -> TimerHandle {
assert!(self.suspended_since.get().is_none());

// step 3
let TimerHandle(new_handle) = self.next_timer_handle.get();
self.next_timer_handle.set(TimerHandle(new_handle + 1));
Expand Down

0 comments on commit 54e41fb

Please sign in to comment.