[Libreoffice-commits] online.git: kit/Kit.cpp net/Socket.hpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 17 10:51:25 UTC 2018


 kit/Kit.cpp    |    6 ------
 net/Socket.hpp |    4 ----
 2 files changed, 10 deletions(-)

New commits:
commit 7fd28d5676642332d537a90de5194740cedd4cec
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Sep 17 13:44:29 2018 +0300
Commit:     Miklos Vajna <vmiklos at 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 <vmiklos at collabora.co.uk>
    Tested-by: Miklos Vajna <vmiklos at 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.


More information about the Libreoffice-commits mailing list