Remove unused variable.
authorCarl Hetherington <cth@carlh.net>
Thu, 24 Jul 2014 23:48:22 +0000 (00:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 24 Jul 2014 23:48:22 +0000 (00:48 +0100)
src/lib/server.h

index b340bba077953c7320c0fb9f1820e3ca2cf2a556..e2e1d46eca0f34f3748f708787b34437f1dc8402 100644 (file)
@@ -115,8 +115,6 @@ private:
        boost::asio::io_service _io_service;
        boost::asio::ip::tcp::acceptor _acceptor;
 
-       int _num_threads;
-
        struct Broadcast {
 
                Broadcast ()