summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/pugixml/tests/allocator.hpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/pugixml/tests/allocator.hpp')
-rw-r--r--3rdparty/pugixml/tests/allocator.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/3rdparty/pugixml/tests/allocator.hpp b/3rdparty/pugixml/tests/allocator.hpp
deleted file mode 100644
index cb52c91d177..00000000000
--- a/3rdparty/pugixml/tests/allocator.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef HEADER_TEST_ALLOCATOR_HPP
-#define HEADER_TEST_ALLOCATOR_HPP
-
-#include <stddef.h>
-
-void* memory_allocate(size_t size);
-size_t memory_size(void* ptr);
-void memory_deallocate(void* ptr);
-
-#endif