[Libreoffice-commits] online.git: loolwsd/LOOLProtocol.hpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Sun Oct 23 20:59:21 UTC 2016


 loolwsd/LOOLProtocol.hpp |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 027da26b5b63c6349b9d20b92ee76952fa08bf71
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Fri Oct 21 13:00:11 2016 -0400

    loolwsd: kill redundant function
    
    Change-Id: I8ef30205794c13e5b89e9f32ba0ec17df4441ef4
    Reviewed-on: https://gerrit.libreoffice.org/30191
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loolwsd/LOOLProtocol.hpp b/loolwsd/LOOLProtocol.hpp
index 7fd0f4a..f8204cc 100644
--- a/loolwsd/LOOLProtocol.hpp
+++ b/loolwsd/LOOLProtocol.hpp
@@ -184,12 +184,6 @@ namespace LOOLProtocol
         return firstLine;
     }
 
-    inline
-    std::string getAbbreviatedMessage(const std::string& message)
-    {
-        return getAbbreviatedMessage(message.data(), message.size());
-    }
-
     template <typename T>
     std::string getAbbreviatedMessage(const T& message)
     {


More information about the Libreoffice-commits mailing list