summaryrefslogtreecommitdiffhomepage
path: root/compat/shared-ptr-wrapper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/shared-ptr-wrapper.hpp')
-rw-r--r--compat/shared-ptr-wrapper.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/compat/shared-ptr-wrapper.hpp b/compat/shared-ptr-wrapper.hpp
deleted file mode 100644
index 8315d674..00000000
--- a/compat/shared-ptr-wrapper.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-#include <memory>
-
-namespace floormat {
-
-template<typename T>
-struct shared_ptr_wrapper final
-{
- std::shared_ptr<T> ptr;
-};
-
-} // namespace floormat