[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - wsd/LOOLWSD.cpp
Miklos Vajna
vmiklos at collabora.co.uk
Thu Apr 13 11:22:53 UTC 2017
wsd/LOOLWSD.cpp | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 17207ed31fa986e1abfe3e18c6bf6562859cf682
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Apr 13 10:31:17 2017 +0200
wsd: remove unused using declarations in LOOLWSD
Change-Id: Id8a7f94cef0ab34fb7d789adff92b9c822af62c2
Reviewed-on: https://gerrit.libreoffice.org/36514
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 9d3c62fe..5112e9ae 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -130,7 +130,6 @@ using Poco::Net::MessageHeader;
using Poco::Net::NameValueCollection;
using Poco::Net::PartHandler;
using Poco::Net::SocketAddress;
-using Poco::Net::WebSocket;
using Poco::Path;
#ifndef KIT_IN_PROCESS
using Poco::Pipe;
@@ -145,7 +144,6 @@ using Poco::TemporaryFile;
#if FUZZER
using Poco::Thread;
#endif
-using Poco::ThreadPool;
using Poco::URI;
using Poco::Util::Application;
using Poco::Util::HelpFormatter;
More information about the Libreoffice-commits
mailing list