From 8584b6ffe799c19e0b843be4ded394934112c01b Mon Sep 17 00:00:00 2001 From: David Reiss Date: Thu, 4 Jun 2009 00:32:50 +0000 Subject: [PATCH] THRIFT-465. cpp: Fix some STL misuse in the concurrency library test git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@781628 13f79535-47bb-0310-9956-ffa450edef68 --- lib/cpp/src/concurrency/test/ThreadFactoryTests.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/cpp/src/concurrency/test/ThreadFactoryTests.h b/lib/cpp/src/concurrency/test/ThreadFactoryTests.h index a98dab6b..e4f98a9e 100644 --- a/lib/cpp/src/concurrency/test/ThreadFactoryTests.h +++ b/lib/cpp/src/concurrency/test/ThreadFactoryTests.h @@ -144,10 +144,6 @@ public: } } - for (std::set >::const_iterator thread = threads.begin(); thread != threads.end(); thread++) { - threads.erase(*thread); - } - std::cout << "\t\t\treaped " << lix * count << " threads" << std::endl; } -- 2.17.1