diff options
Diffstat (limited to 'src/pugixml.cpp')
-rw-r--r-- | src/pugixml.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pugixml.cpp b/src/pugixml.cpp index ebc5e82..68ca27f 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -4369,10 +4369,6 @@ namespace pugi return true; } - void xml_document::precompute_document_order() - { - } - #ifndef PUGIXML_NO_STL std::string PUGIXML_FUNCTION as_utf8(const wchar_t* str) { |