Remove unused class XMLError1
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 14 Jan 2010 15:34:18 +0000 (16:34 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 14 Jan 2010 15:34:18 +0000 (16:34 +0100)
src/router_flexml.hpp

index 4dbbb2e..0fccd8a 100644 (file)
@@ -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<Rep> m_p;
     };