X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fhttp%2Fclient.h;h=d617ffed6c06e023daff3fe0e2ca2c20ef2e1c1c;hb=6df110603b3a1248f52741e9d68d0bd032171b60;hp=ebb73216a4eacfbbdfce4cc511e86f1e771395ef;hpb=363778f74fba9d9b85980df0590f8106dfd0a6b0;p=libs%2Fnet.git diff --git a/source/http/client.h b/source/http/client.h index ebb7321..d617ffe 100644 --- a/source/http/client.h +++ b/source/http/client.h @@ -14,7 +14,6 @@ class client_busy: public std::logic_error { public: client_busy(): std::logic_error(std::string()) { } - virtual ~client_busy() throw() { } }; class Request;