[Libreoffice-commits] online.git: tools/Stress.cpp

Miklos Vajna vmiklos at collabora.co.uk
Thu Feb 9 09:09:56 UTC 2017


 tools/Stress.cpp |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 04b591b8c6378f150178b6120b66b5d83c97b638
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Feb 9 10:09:23 2017 +0100

    tools: remove unused using declarations in Stress
    
    Change-Id: Icf4ca0f7532d0254513d5dd47f7914a52c60e46e

diff --git a/tools/Stress.cpp b/tools/Stress.cpp
index 33a2243..d0e9dde 100644
--- a/tools/Stress.cpp
+++ b/tools/Stress.cpp
@@ -49,11 +49,7 @@ protected:
     int  main(const std::vector<std::string>& args) override;
 };
 
-using Poco::Net::HTTPRequest;
-using Poco::Net::HTTPResponse;
-using Poco::Runnable;
 using Poco::Thread;
-using Poco::URI;
 using Poco::Util::Application;
 using Poco::Util::HelpFormatter;
 using Poco::Util::Option;


More information about the Libreoffice-commits mailing list