tools: remove unused using declarations in Stress

Change-Id: Icf4ca0f7532d0254513d5dd47f7914a52c60e46e
This commit is contained in:
Miklos Vajna 2017-02-09 10:09:23 +01:00
parent 31fc9e1db2
commit 04b591b8c6

View file

@ -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;