]> git.tdb.fi Git - libs/net.git/blobdiff - source/http/client.h
Remove unnecessary destructors from exception classes
[libs/net.git] / source / http / client.h
index ebb73216a4eacfbbdfce4cc511e86f1e771395ef..d617ffed6c06e023daff3fe0e2ca2c20ef2e1c1c 100644 (file)
@@ -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;