From 0a3ccc297bc46bd9db26240c2918ca3fc8926897 Mon Sep 17 00:00:00 2001 From: jez_higgins <> Date: Mon, 24 Apr 2006 20:34:05 +0000 Subject: [PATCH] whipped out redundant comment --- XPath/XPath.hpp | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/XPath/XPath.hpp b/XPath/XPath.hpp index 32ad3c24..b047e125 100644 --- a/XPath/XPath.hpp +++ b/XPath/XPath.hpp @@ -9,35 +9,4 @@ #include #include -/* To parameterise - -DONE - xpath_arithmetic.hpp -DONE - xpath_ast.hpp -DONE - xpath_ast_ids.hpp -DONE - xpath_axis_enumerator.hpp -DONE - xpath_compile_context.hpp -DONE - xpath_execution_context.hpp -DONE - xpath_expression.hpp -DONE - xpath_function.hpp -DONE - xpath_function_holder.hpp -DONE - xpath_function_resolver.hpp -xpath_grammar.hpp -DONE - xpath_logical.hpp -DONE - xpath_namespace_context.hpp -DONE - xpath_namespace_node.hpp -DONE - xpath_node_test.hpp -DONE - xpath_object.hpp -xpath_parser.hpp -DONE - xpath_relational.hpp -DONE - xpath_resolver_holder.hpp -DONE - xpath_step.hpp -DONE - xpath_union.hpp -DONE - xpath_value.hpp -DONE - xpath_variable.hpp -DONE - xpath_variable_resolver.hpp - -GONE - xpath_axis_enumerator.cpp -xpath_object.cpp -GONE - xpath_parser.cpp -*/ #endif