diff --git a/src/pugixml.cpp b/src/pugixml.cpp index 7aa6f9e..85638bc 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -432,7 +432,6 @@ PUGI__NS_BEGIN #endif // extra metadata bits - static const uintptr_t xml_memory_page_const_buffer_mask = 128; static const uintptr_t xml_memory_page_contents_shared_mask = 64; static const uintptr_t xml_memory_page_name_allocated_mask = 32; static const uintptr_t xml_memory_page_value_allocated_mask = 16;