From 3cfbb199af78887a38870988fdf8df7596128bba Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sat, 5 Jan 2008 19:01:51 +0000 Subject: [PATCH] remove unnecessary assertion --- libtransmission/torrent.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libtransmission/torrent.c b/libtransmission/torrent.c index 1d4e125cb..78a4523f8 100644 --- a/libtransmission/torrent.c +++ b/libtransmission/torrent.c @@ -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;