From 2ee27d497906d7a4436bba2c58194fadaff54157 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 12 May 2008 15:17:25 +0000 Subject: [PATCH] fix daemon breakage --- daemon/torrents.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/daemon/torrents.c b/daemon/torrents.c index d44d790a8..b64504efe 100644 --- a/daemon/torrents.c +++ b/daemon/torrents.c @@ -577,16 +577,6 @@ opentor( const char * path, errmsg( "invalid torrent file: %s", path ); } break; - case TR_EUNSUPPORTED: - if( NULL == path ) - { - errmsg( "unsupported torrent file" ); - } - else - { - errmsg( "unsupported torrent file: %s", path ); - } - break; case TR_EDUPLICATE: /* XXX not yet found = hashlookup( tor->hash, 1 );