diff options
Diffstat (limited to 'generic/tclTimer.c')
-rw-r--r-- | generic/tclTimer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclTimer.c b/generic/tclTimer.c index d22d326..d4919f5 100644 --- a/generic/tclTimer.c +++ b/generic/tclTimer.c @@ -1208,7 +1208,6 @@ TclServiceTimerEvents(void) /* be sure that timer-list was not changed inside the proc call */ if (currentEpoch != tsdPtr->timerListEpoch) { /* timer-list was changed - stop processing */ - tsdPtr->timerPending++; break; } } |