[Libreoffice-commits] online.git: loolwsd/LOOLKit.cpp

Henry Castro hcastro at collabora.com
Mon Jan 25 07:44:54 PST 2016


 loolwsd/LOOLKit.cpp |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 1ff52f2e2c1c78c2ab32d6b72fcd587e0b04d99d
Author: Henry Castro <hcastro at collabora.com>
Date:   Mon Jan 25 11:41:24 2016 -0400

    loolwsd: remove unnecessary Poco thread default pool

diff --git a/loolwsd/LOOLKit.cpp b/loolwsd/LOOLKit.cpp
index 6764c29..0c6f43f 100644
--- a/loolwsd/LOOLKit.cpp
+++ b/loolwsd/LOOLKit.cpp
@@ -650,8 +650,6 @@ void lokit_main(const std::string &loSubPath, const std::string& jailId, const s
             }
         }
 
-        Poco::ThreadPool::defaultPool().joinAll();
-
         close(writerBroker);
         close(readerBroker);
     }


More information about the Libreoffice-commits mailing list