From: Adam Dickmeiss Date: Thu, 14 Jan 2010 15:34:18 +0000 (+0100) Subject: Remove unused class XMLError1 X-Git-Tag: v1.1.0~5 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=1062df724f86b66ec8c84f56e11464da5091c4af;p=metaproxy-moved-to-github.git Remove unused class XMLError1 --- diff --git a/src/router_flexml.hpp b/src/router_flexml.hpp index 4dbbb2e..0fccd8a 100644 --- a/src/router_flexml.hpp +++ b/src/router_flexml.hpp @@ -43,11 +43,6 @@ namespace metaproxy_1 ~RouterFleXML(); virtual RoutePos *createpos() const; - class XMLError1 : public std::runtime_error { - public: - XMLError1(const std::string msg) : - std::runtime_error("XMLError : " + msg) {} ; - }; private: boost::scoped_ptr m_p; };