From e4795cd64b617d28793c2f78567b41695876e7fa Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 27 Aug 2007 08:39:04 +0000 Subject: [PATCH] - removed bad assert --- src/qtorrenthandle.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qtorrenthandle.cpp b/src/qtorrenthandle.cpp index 3d6bf2b57..bc20fe54d 100644 --- a/src/qtorrenthandle.cpp +++ b/src/qtorrenthandle.cpp @@ -64,7 +64,6 @@ QString QTorrentHandle::current_tracker() const { } bool QTorrentHandle::is_valid() const { - Q_ASSERT(h.is_valid()); return h.is_valid(); }