diff options
Diffstat (limited to 'src/pugixml.hpp')
-rw-r--r-- | src/pugixml.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 6a5f7e4..d79d128 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -369,8 +369,6 @@ namespace pugi xpath_allocator* m_alloc; xpath_ast_node* m_root; - void compile(const char_t* query); - public: /** * Constructor from string with XPath expression. |