From 42ae69979faaac90cea4495967eba6eaa6546365 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 9 Sep 2013 06:12:08 +0000 Subject: [PATCH] restore commented out function --- include/libtorrent/torrent_info.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/libtorrent/torrent_info.hpp b/include/libtorrent/torrent_info.hpp index 88716becc..9432cbcc3 100644 --- a/include/libtorrent/torrent_info.hpp +++ b/include/libtorrent/torrent_info.hpp @@ -195,14 +195,12 @@ namespace libtorrent // This is called when the tracker announce fails. void failed(session_settings const& sett, int retry_interval = 0); -/* bool will_announce(ptime now) const { return now <= next_announce && (fails < fail_limit || fail_limit == 0) && !updating; } -*/ // returns true if we can announec to this tracker now. // The current time is passed in as ``now``. The ``is_seed``