kit/Kit.cpp | 6 ------ net/Socket.hpp | 4 ---- 2 files changed, 10 deletions(-)
New commits: commit 7fd28d5676642332d537a90de5194740cedd4cec Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Mon Sep 17 13:44:29 2018 +0300 Commit: Miklos Vajna <vmik...@collabora.co.uk> CommitDate: Mon Sep 17 12:51:07 2018 +0200 Revert part of my iOS related commit, causes compilation warning with Clang Won't actually be needed anyway, the way the code is going in my work tree. Change-Id: I4480ed59fe96ddcfad8483517f2a23452606f332 Reviewed-on: https://gerrit.libreoffice.org/60576 Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk> Tested-by: Miklos Vajna <vmik...@collabora.co.uk> diff --git a/kit/Kit.cpp b/kit/Kit.cpp index f67617a8f..1161507c2 100644 --- a/kit/Kit.cpp +++ b/kit/Kit.cpp @@ -2054,12 +2054,6 @@ protected: { std::string message(data.data(), data.size()); - handleMessage(message); - } - - void handleMessage(const std::string& message) override - { - #if 0 // FIXME might be needed for unit tests #ifndef KIT_IN_PROCESS if (UnitKit::get().filterKitMessage(ws, message)) { diff --git a/net/Socket.hpp b/net/Socket.hpp index 3e86055e0..3a081d526 100644 --- a/net/Socket.hpp +++ b/net/Socket.hpp @@ -340,10 +340,6 @@ public: /// Append pretty printed internal state to a line virtual void dumpState(std::ostream& os) { os << "\n"; } - - virtual void handleMessage(const std::string& /*message*/) - { - } }; /// Handles non-blocking socket event polling. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits