summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-06-23 10:29:34 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-06-23 10:29:44 +0200
commit4faa3d5a70d6feab51dd1b0abdf78f84e2f97555 (patch)
tree2b2bb7c268445981e015f9317855cb3d8f8b4ce7 /net
parentReplace now un-used locking with thread affinity assertions. (diff)
downloadonline-4faa3d5a70d6feab51dd1b0abdf78f84e2f97555.tar.gz
online-4faa3d5a70d6feab51dd1b0abdf78f84e2f97555.zip
net: remove unused using declarations in clientnb
Change-Id: Ifa7aed29160b49930c41f7cc465c8315bfca9992
Diffstat (limited to 'net')
-rw-r--r--net/clientnb.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/clientnb.cpp b/net/clientnb.cpp
index d7b75e211f..a5b0048399 100644
--- a/net/clientnb.cpp
+++ b/net/clientnb.cpp
@@ -45,11 +45,7 @@ using Poco::Net::HTTPResponse;
using Poco::Net::WebSocket;
using Poco::Runnable;
using Poco::Thread;
-using Poco::URI;
using Poco::Util::Application;
-using Poco::Util::HelpFormatter;
-using Poco::Util::Option;
-using Poco::Util::OptionSet;
const char *HostName = "127.0.0.1";
constexpr int HttpPortNumber = 9191;