remove unnecessary assertion

This commit is contained in:
Charles Kerr 2008-01-05 19:01:51 +00:00
parent 66536e6816
commit 3cfbb199af
1 changed files with 0 additions and 2 deletions

View File

@ -360,8 +360,6 @@ torrentRealInit( tr_handle * h,
tr_torrentUncheck( tor );
loaded = tr_fastResumeLoad( tor, ~0, ctor );
assert( tor->destination != NULL );
doStart = tor->isRunning;
tor->isRunning = 0;