summaryrefslogtreecommitdiffstats
path: root/wsd/FileServer.hpp
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-03-15 17:26:54 +0100
committerJan Holesovsky <kendy@collabora.com>2019-03-15 17:26:54 +0100
commite78a93e7478177a47f716753d28e6cfbb921f97b (patch)
treecd592213b937b3287455673654b7b49910d55ebf /wsd/FileServer.hpp
parentRevert "wsd: add boost::locale generation and caching" (diff)
downloadonline-e78a93e7478177a47f716753d28e6cfbb921f97b.tar.gz
online-e78a93e7478177a47f716753d28e6cfbb921f97b.zip
Revert "wsd: create a static function "parse""
This reverts commit fcfc257162e106f48b2864820c435fd836588a41.
Diffstat (limited to 'wsd/FileServer.hpp')
-rw-r--r--wsd/FileServer.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/wsd/FileServer.hpp b/wsd/FileServer.hpp
index c5a5133cd3..45cf7538bf 100644
--- a/wsd/FileServer.hpp
+++ b/wsd/FileServer.hpp
@@ -21,7 +21,6 @@ class FileServerRequestHandler
static std::string getRequestPathname(const Poco::Net::HTTPRequest& request);
static void getToken(std::istringstream&, std::string&);
- static void parse(const std::locale&, std::istringstream&, std::ostringstream&, const std::function<bool(const std::string&)>&);
static void preprocessFile(const Poco::Net::HTTPRequest& request, Poco::MemoryInputStream& message, const std::shared_ptr<StreamSocket>& socket);
static void preprocessAdminFile(const Poco::Net::HTTPRequest& request, const std::shared_ptr<StreamSocket>& socket);
public: