From ba05fced6e959c0cc156f6dc8b9fd2c7bb3c0aed Mon Sep 17 00:00:00 2001 From: jez_higgins <> Date: Fri, 9 Dec 2005 12:04:28 +0000 Subject: [PATCH] types: removed private destructor to quiet a GCC warning. types isn't actually instantiated anywhere --- XPath/impl/xpath_ast.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/XPath/impl/xpath_ast.hpp b/XPath/impl/xpath_ast.hpp index 593a621c..0b8d565d 100644 --- a/XPath/impl/xpath_ast.hpp +++ b/XPath/impl/xpath_ast.hpp @@ -21,9 +21,6 @@ public: typedef boost::spirit::tree_match tree_match_t; typedef typename tree_match_t::tree_iterator node_iter_t; typedef boost::spirit::tree_parse_info tree_info_t; - -private: - ~types(); }; // types template