X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fhttp.hpp;h=bbc23b975ae31a88862d8207a9aa83c27b5bfcb6;hb=556d9cca3738f2dcecbe0cda93ba9dd89d1a7a31;hp=012d7a0708329cb35e0147d4204589566a55f164;hpb=a2d3699da26720a399bd7f563ccdbccf26e610c5;p=m6w6%2Flibmemcached diff --git a/libtest/http.hpp b/libtest/http.hpp index 012d7a07..bbc23b97 100644 --- a/libtest/http.hpp +++ b/libtest/http.hpp @@ -28,10 +28,7 @@ namespace http { class HTTP { public: - HTTP(const std::string& url_arg) : - _url(url_arg), - _response(0) - { } + HTTP(const std::string& url_arg); virtual bool execute()= 0;