Remove debug code.

This commit is contained in:
Gunnar Beutner 2013-09-03 14:10:57 +02:00
parent ba6be063b6
commit fe0fb171d0
2 changed files with 0 additions and 7 deletions

View File

@ -230,11 +230,6 @@ void ThreadPool::ManagerThreadProc(void)
double avg_latency, max_latency;
double utilization = 0;
Value adaptive = ScriptVariable::Get("ThreadPoolAdaptive");
if (!adaptive.IsEmpty() && !static_cast<bool>(adaptive))
break;
{
boost::mutex::scoped_lock lock(m_Mutex);

View File

@ -19,8 +19,6 @@
#include "base/zlibstream.h"
#include "base/objectlock.h"
#include "base/convert.h"
#include "base/logger_fwd.h"
#include <boost/make_shared.hpp>
using namespace icinga;