summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-02 13:34:45 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 13:34:45 +0200
commit7eae940654c8c81c1efc8a055a13c53fab42bf91 (patch)
tree8ac567cd98e765886fa4aa5b60ef6b24aab0235e /include
parentb8128027fcf79ece3ed973627dd4e76eb36b5997 (diff)
downloadingen-7eae940654c8c81c1efc8a055a13c53fab42bf91.tar.gz
ingen-7eae940654c8c81c1efc8a055a13c53fab42bf91.tar.bz2
ingen-7eae940654c8c81c1efc8a055a13c53fab42bf91.zip
Remove std::weak_ptr alias
Diffstat (limited to 'include')
-rw-r--r--include/ingen/memory.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ingen/memory.hpp b/include/ingen/memory.hpp
index dd56ac4b..82a1e2a6 100644
--- a/include/ingen/memory.hpp
+++ b/include/ingen/memory.hpp
@@ -37,9 +37,6 @@ template <class T>
using SPtr = std::shared_ptr<T>;
template <class T>
-using WPtr = std::weak_ptr<T>;
-
-template <class T>
using MPtr = Raul::managed_ptr<T>;
template <typename T, typename... Args>