]> granicus.if.org Git - pdns/commitdiff
Remove static UeberBackend::DynListener
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Mon, 26 Jan 2015 21:42:38 +0000 (22:42 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Sun, 1 Feb 2015 13:55:23 +0000 (14:55 +0100)
pdns/ueberbackend.hh

index 0aeebb105b6a1dc5981fa41632ba4f44d2cf5b1e..9e6622b04180b9e0f9d01b0aff0b51c8867bff31 100644 (file)
@@ -74,9 +74,6 @@ public:
 
   static bool loadmodule(const string &name);
 
-  /** Thread function that listens on our unix domain socket for commands, for example
-      instructions to load new modules */
-  static void *DynListener(void *);
   static void go(void);
 
   /** This contains all registered backends. The DynListener modifies this list for us when