[Libreoffice-commits] online.git: wsd/FileServer.cpp
Miklos Vajna
vmiklos at collabora.co.uk
Tue Jul 4 08:20:14 UTC 2017
wsd/FileServer.cpp | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 3e6680209e7eac57485f348e54a6423e7fc23a42
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Tue Jul 4 10:19:20 2017 +0200
wsd: remove unused using declarations in FileServer
Change-Id: Ia56e5af384791df036411fc4acd4b1c69afe30f4
diff --git a/wsd/FileServer.cpp b/wsd/FileServer.cpp
index 6f56f333..d09c2e6b 100644
--- a/wsd/FileServer.cpp
+++ b/wsd/FileServer.cpp
@@ -43,13 +43,11 @@
#include "LOOLWSD.hpp"
#include "Log.hpp"
-using Poco::FileInputStream;
using Poco::Net::HTMLForm;
using Poco::Net::HTTPRequest;
using Poco::Net::HTTPResponse;
using Poco::Net::NameValueCollection;
using Poco::Net::HTTPBasicCredentials;
-using Poco::StreamCopier;
using Poco::Util::Application;
std::map<std::string, std::pair<std::string, std::string>> FileServerRequestHandler::FileHash;
More information about the Libreoffice-commits
mailing list