From 1062df724f86b66ec8c84f56e11464da5091c4af Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 Jan 2010 16:34:18 +0100 Subject: [PATCH] Remove unused class XMLError1 --- src/router_flexml.hpp | 5 ----- 1 file changed, 5 deletions(-) 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; }; -- 1.7.10.4