Remove unused 'using' decls
Change-Id: Ibdcf0a0fe2390712059e6e70c47bd60f6416c6be
This commit is contained in:
parent
6f868ed74d
commit
b0b9648e28
2 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@
|
|||
|
||||
using namespace LOOLProtocol;
|
||||
|
||||
using Poco::Path;
|
||||
using Poco::StringTokenizer;
|
||||
|
||||
ClientSession::ClientSession(const std::string& id,
|
||||
|
|
|
@ -48,7 +48,6 @@ using namespace LOOLProtocol;
|
|||
|
||||
using Poco::Net::AcceptCertificateHandler;
|
||||
using Poco::Net::Context;
|
||||
using Poco::Net::HTTPClientSession;
|
||||
using Poco::Net::HTTPSClientSession;
|
||||
using Poco::Net::HTTPRequest;
|
||||
using Poco::Net::HTTPResponse;
|
||||
|
|
Loading…
Reference in a new issue