From fb972351644ad36a60ac50e8623493d61a1d541b Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 9 Dec 2014 19:18:36 +0100 Subject: [PATCH] remove some dead code --- pdns/distributor.hh | 6 ------ 1 file changed, 6 deletions(-) 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