[Libreoffice-commits] online.git: loolwsd/ClientSession.cpp loolwsd/Connect.cpp

Miklos Vajna vmiklos at collabora.co.uk
Thu May 19 15:02:54 UTC 2016


 loolwsd/ClientSession.cpp |    1 -
 loolwsd/Connect.cpp       |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit b0b9648e282144ebe1f6d30f5a36a5489d48d31e
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu May 19 16:42:41 2016 +0200

    Remove unused 'using' decls
    
    Change-Id: Ibdcf0a0fe2390712059e6e70c47bd60f6416c6be

diff --git a/loolwsd/ClientSession.cpp b/loolwsd/ClientSession.cpp
index 5446179..5aecf8e 100644
--- a/loolwsd/ClientSession.cpp
+++ b/loolwsd/ClientSession.cpp
@@ -30,7 +30,6 @@
 
 using namespace LOOLProtocol;
 
-using Poco::Path;
 using Poco::StringTokenizer;
 
 ClientSession::ClientSession(const std::string& id,
diff --git a/loolwsd/Connect.cpp b/loolwsd/Connect.cpp
index 3765399..341329b 100644
--- a/loolwsd/Connect.cpp
+++ b/loolwsd/Connect.cpp
@@ -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;


More information about the Libreoffice-commits mailing list