From 8ed2a526a70bac5e1b7007d3606cd7741794e5a0 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 10 Mar 2013 23:06:57 +0000 Subject: [PATCH] fix test_rss build --- test/test_rss.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/test_rss.cpp b/test/test_rss.cpp index 3a1631f59..7cd9a8171 100644 --- a/test/test_rss.cpp +++ b/test/test_rss.cpp @@ -88,11 +88,7 @@ void test_feed(std::string const& filename, rss_expect const& expect) "\r\n"; boost::shared_ptr s = boost::shared_ptr(new aux::session_impl( - std::make_pair(100, 200), fingerprint("TT", 0, 0, 0 ,0), NULL, 0 -#if defined TORRENT_VERBOSE_LOGGING || defined TORRENT_LOGGING || defined TORRENT_ERROR_LOGGING - , "." -#endif - )); + std::make_pair(100, 200), fingerprint("TT", 0, 0, 0 ,0), NULL, 0)); s->start_session(); feed_settings sett;