From: Christian Hofstaedtler Date: Thu, 22 Aug 2013 07:41:40 +0000 (+0200) Subject: drop unused variables from class Server X-Git-Tag: rec-3.6.0-rc1~507^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F965%2Fhead;p=thirdparty%2Fpdns.git drop unused variables from class Server --- diff --git a/pdns/session.hh b/pdns/session.hh index 0cc5432a64..9988760178 100644 --- a/pdns/session.hh +++ b/pdns/session.hh @@ -101,9 +101,6 @@ public: ComboAddress d_local; private: int s; - int port; - int backlog; - }; class Exception