From e618d376113ac390ce5ce3d7444fe25cae3145e8 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Wed, 4 Jul 2007 21:31:12 +0000 Subject: [PATCH] Remove bogus assert() --- src/deluge_core.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/deluge_core.cpp b/src/deluge_core.cpp index 930c7d496..136de9068 100644 --- a/src/deluge_core.cpp +++ b/src/deluge_core.cpp @@ -168,7 +168,6 @@ long get_torrent_index(torrent_handle &handle) long get_index_from_unique_ID(long unique_ID) { - assert(M_handles->size() == M_unique_IDs->size()); for (unsigned long i = 0; i < M_torrents->size(); i++) if ((*M_torrents)[i].unique_ID == unique_ID)