[Libreoffice-commits] online.git: wsd/LOOLWSD.hpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Oct 15 21:38:26 UTC 2018


 wsd/LOOLWSD.hpp |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 405982716ed0d892f24a0c8a28a4eea4151ff188
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Oct 15 17:58:41 2018 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Oct 16 00:37:42 2018 +0300

    Bin unused function

diff --git a/wsd/LOOLWSD.hpp b/wsd/LOOLWSD.hpp
index 369b8ab33..7eb7c6597 100644
--- a/wsd/LOOLWSD.hpp
+++ b/wsd/LOOLWSD.hpp
@@ -78,11 +78,6 @@ public:
     /// Flag to shutdown the server.
     std::atomic<bool> ShutdownFlag;
 
-    bool isShuttingDown()
-    {
-        return ShutdownFlag;
-    }
-
     bool handleShutdownRequest();
 
     static std::string GenSessionId()


More information about the Libreoffice-commits mailing list