From: Christian Hofstaedtler Date: Mon, 26 Jan 2015 21:42:38 +0000 (+0100) Subject: Remove static UeberBackend::DynListener X-Git-Tag: dnsdist-1.0.0-alpha1~306^2~1^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44bfa7b870926236907d66d26a2fa80eddc0a0a1;p=thirdparty%2Fpdns.git Remove static UeberBackend::DynListener --- diff --git a/pdns/ueberbackend.hh b/pdns/ueberbackend.hh index 0aeebb105b..9e6622b041 100644 --- a/pdns/ueberbackend.hh +++ b/pdns/ueberbackend.hh @@ -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