From 9c32d8f577c82decb80aa4a5b52efd576b8b4f1a Mon Sep 17 00:00:00 2001 From: spyhole Date: Sun, 24 Jul 2005 05:44:12 +0000 Subject: [PATCH] no message --- examples/client_test.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 4fd00bab3..aeca457b2 100755 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -376,12 +376,7 @@ int main(int argc, char* argv[]) handles.back().set_max_connections(100); handles.back().set_max_uploads(-1); handles.back().set_ratio(1.02f); -/* - for (int i = 0; i < t.num_pieces(); ++i) - { - handles.back().filter_piece(i, i % 2 == 0); - } -*/ + } catch (std::exception& e) {