Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82842 - trunk/libs/thread/example
From: vicente.botet_at_[hidden]
Date: 2013-02-12 15:12:20


Author: viboes
Date: 2013-02-12 15:12:20 EST (Tue, 12 Feb 2013)
New Revision: 82842
URL: http://svn.boost.org/trac/boost/changeset/82842

Log:
Thread: cleanup perf_shared_mutex.cpp.
Text files modified:
   trunk/libs/thread/example/perf_shared_mutex.cpp | 2 --
   1 files changed, 0 insertions(+), 2 deletions(-)

Modified: trunk/libs/thread/example/perf_shared_mutex.cpp
==============================================================================
--- trunk/libs/thread/example/perf_shared_mutex.cpp (original)
+++ trunk/libs/thread/example/perf_shared_mutex.cpp 2013-02-12 15:12:20 EST (Tue, 12 Feb 2013)
@@ -13,7 +13,6 @@
 #include <iostream>
 #include <boost/thread/lock_types.hpp>
 #include <boost/thread/thread.hpp>
-#include <boost/chrono/stopwatches/simple_stopwatch.hpp>
 #include <boost/chrono/chrono_io.hpp>
 
 #include <boost/thread/shared_mutex.hpp>
@@ -40,7 +39,6 @@
     unique_lock<shared_mutex> lock(mtx);
   }
 }
-typedef boost::chrono::simple_stopwatch<> Stopwatch;
 
 int main()
 {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk