this line made no sense

This commit is contained in:
fgerlits 2006-12-01 17:57:29 +00:00
parent 6c48e9d63d
commit 75d7852eb8
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ SchedulerThread :: nextStep(Ptr<ptime>::Ref now) throw ()
currentEvent->stop();
currentEvent->deInitialize();
currentEvent.reset();
isPreloading = false;
debug() << "::nextStep() - End [" << *TimeConversion::now()
<< "]" << endl;
}