X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fhttp%2Fclient.h;h=e0b9b64f097b62c563480e0f879b2985cb5523c2;hb=5afa6e0e07b20ef58d262d69d96971df9a4be71f;hp=d617ffed6c06e023daff3fe0e2ca2c20ef2e1c1c;hpb=6df110603b3a1248f52741e9d68d0bd032171b60;p=libs%2Fnet.git diff --git a/source/http/client.h b/source/http/client.h index d617ffe..e0b9b64 100644 --- a/source/http/client.h +++ b/source/http/client.h @@ -10,12 +10,6 @@ namespace Msp { namespace Http { -class client_busy: public std::logic_error -{ -public: - client_busy(): std::logic_error(std::string()) { } -}; - class Request; class Response;