From 723c59b6e8ace8a2626326c671186021079583c2 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 8 Mar 2010 02:06:30 +0000 Subject: [PATCH] fixed incorrect merge --- src/torrent.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index e1acb2de0..e26f8feed 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -5106,8 +5106,6 @@ namespace libtorrent int scale = 100; if (!is_seed()) scale = 50; - if (num == 0) return 0; - int ret = 0; ptime now = time_now();