[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp
Miklos Vajna
vmiklos at collabora.co.uk
Thu Apr 13 08:31:53 UTC 2017
wsd/LOOLWSD.cpp | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 4269fbbaa4c3c87c368eaa68887596712985f533
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
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