summaryrefslogtreecommitdiff
path: root/src/lib/server.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-25 00:48:22 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-25 00:48:22 +0100
commit26181a802f9e87dc7a22c67c6202e40be25e4c0d (patch)
tree8de23170db939d6838a5ed214fdd7d97c9ec18c5 /src/lib/server.h
parent1ee83badb3eec51fe477913f0a0bb01a718e106b (diff)
Remove unused variable.
Diffstat (limited to 'src/lib/server.h')
-rw-r--r--src/lib/server.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/server.h b/src/lib/server.h
index b340bba07..e2e1d46ec 100644
--- a/src/lib/server.h
+++ b/src/lib/server.h
@@ -115,8 +115,6 @@ private:
boost::asio::io_service _io_service;
boost::asio::ip::tcp::acceptor _acceptor;
- int _num_threads;
-
struct Broadcast {
Broadcast ()