From 1e71e7608560dd896c567748f2b5ae987000ccab Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 24 Feb 2008 23:15:25 +0000 Subject: [PATCH] reverted check-in mistake --- test/test_storage.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/test_storage.cpp b/test/test_storage.cpp index aaca5f561..9901d1be1 100644 --- a/test/test_storage.cpp +++ b/test/test_storage.cpp @@ -169,16 +169,6 @@ void test_remove(path const& test_path) TEST_CHECK(!exists(test_path / "temp_storage")); } -void test_fastresume() -{ - std::ofstream tf("temporary"); - boost::intrusive_ptr info = create_torrent(&tf); - - session ses; - torrent_handle h = ses.add_torrent(info, ); - -} - void run_test(path const& test_path) { std::cerr << "\n=== " << test_path.string() << " ===\n" << std::endl;