$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r79697 - sandbox/icl/boost/validate/driver
From: afojgo_at_[hidden]
Date: 2012-07-23 12:14:26
Author: jofaber
Date: 2012-07-23 12:14:26 EDT (Mon, 23 Jul 2012)
New Revision: 79697
URL: http://svn.boost.org/trac/boost/changeset/79697
Log:
Cleaned up some experimental code.
Text files modified: 
   sandbox/icl/boost/validate/driver/icl_driver.hpp |     3 ---                                     
   1 files changed, 0 insertions(+), 3 deletions(-)
Modified: sandbox/icl/boost/validate/driver/icl_driver.hpp
==============================================================================
--- sandbox/icl/boost/validate/driver/icl_driver.hpp	(original)
+++ sandbox/icl/boost/validate/driver/icl_driver.hpp	2012-07-23 12:14:26 EDT (Mon, 23 Jul 2012)
@@ -138,8 +138,6 @@
 
         void reportFrequencies()
         {
-            //CL extern boost::mutex g_Mutex; //JODO URG REV ...
-            //CL g_Mutex.lock();
             std::cout << "------------------------------------------------------------------------------" << std::endl;
             std::cout << "--- Successfully tested law instantiation -------------------------runs---time" << std::endl;
             int valid_count = 1;
@@ -184,7 +182,6 @@
             }
             if(!icl::is_empty(_violations))
                 std::cout << "------------------------------------------------------------------------------" << std::endl;
-            //CL g_Mutex.unlock();
         }
 
         void reportFrequencies(const std::string& filename)