diff OrthancServer/ServerIndex.cpp @ 431:16b52fb8d034

fix by cyril paulus
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 11 May 2013 12:19:20 +0200
parents 47d63c941902
children 2b09d4ee86c6
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp	Wed May 08 15:16:13 2013 +0200
+++ b/OrthancServer/ServerIndex.cpp	Sat May 11 12:19:20 2013 +0200
@@ -291,8 +291,6 @@
   ServerIndex::~ServerIndex()
   {
     LOG(INFO) << "Stopping the database flushing thread";
-    /*flushThread_.terminate();
-      flushThread_.join();*/
   }