From: bert hubert Date: Tue, 9 Dec 2014 18:18:36 +0000 (+0100) Subject: remove some dead code X-Git-Tag: rec-3.7.0-rc1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb972351644ad36a60ac50e8623493d61a1d541b;p=thirdparty%2Fpdns.git remove some dead code --- diff --git a/pdns/distributor.hh b/pdns/distributor.hh index 77b46295ea..6235ec0f68 100644 --- a/pdns/distributor.hh +++ b/pdns/distributor.hh @@ -134,9 +134,6 @@ private: Semaphore numquestions; - pthread_mutex_t to_mut; - pthread_cond_t to_cond; - int nextid; time_t d_last_started; int d_num_threads; @@ -169,9 +166,6 @@ templateMultiThreadDistributor