]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove unused int UeberBackend::s_s
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Mon, 26 Jan 2015 21:33:16 +0000 (22:33 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Sun, 1 Feb 2015 13:55:23 +0000 (14:55 +0100)
pdns/ueberbackend.cc
pdns/ueberbackend.hh

index e0c94b38b795104d0db7cfdc3a1beded336741bc..777a4f567ef614e41ed5626c7e18566977fdb91c 100644 (file)
@@ -60,8 +60,6 @@ bool UeberBackend::d_go=false;
 pthread_mutex_t  UeberBackend::d_mut = PTHREAD_MUTEX_INITIALIZER;
 pthread_cond_t UeberBackend::d_cond = PTHREAD_COND_INITIALIZER;
 
-int UeberBackend::s_s=-1; // ?
-
 #ifdef NEED_RTLD_NOW
 #define RTLD_NOW RTLD_LAZY
 #endif
index e26fb2e37627fb52deeb0f38ac6f307ad051d16d..2028e8d75c074f40b0533cab177ad67cfa7e1869 100644 (file)
@@ -170,7 +170,6 @@ private:
   static pthread_cond_t d_cond;
   static sem_t d_dynserialize;
   static bool d_go;
-  static int s_s;
   int d_ancount;
   
   bool stale;