summaryrefslogtreecommitdiff
path: root/src/common/memory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/memory.hpp')
-rw-r--r--src/common/memory.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/common/memory.hpp b/src/common/memory.hpp
deleted file mode 100644
index 888ede3..0000000
--- a/src/common/memory.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include <stddef.h>
-
-namespace common
-{
-
-template <typename memType>
-memType *malloc_s(unsigned int size);
-
-} // namespace common
-
-#include "memory.tpp"