diff --git a/libtransmission/torrent.h b/libtransmission/torrent.h index cb77927e1..40039686a 100644 --- a/libtransmission/torrent.h +++ b/libtransmission/torrent.h @@ -832,7 +832,6 @@ struct tr_torrent { if (auto const latest = std::max(date_started_, date_active_); latest != 0) { - TR_ASSERT(now >= latest); return static_cast(std::max(now - latest, time_t{ 0 })); } }