1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 14:13:23 +00:00

remove unnecessary assertion

This commit is contained in:
Charles Kerr 2008-01-05 19:01:51 +00:00
parent 66536e6816
commit 3cfbb199af

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;