diff --git a/include/xo/alloc2/alloc/IAllocator_Any.hpp b/include/xo/alloc2/alloc/IAllocator_Any.hpp index 842d147..dd0df83 100644 --- a/include/xo/alloc2/alloc/IAllocator_Any.hpp +++ b/include/xo/alloc2/alloc/IAllocator_Any.hpp @@ -8,7 +8,6 @@ #include "AAllocator.hpp" #include "AllocIterator.hpp" #include -#include namespace xo { namespace mm { struct IAllocator_Any; } diff --git a/src/alloc2/IAllocator_Any.cpp b/src/alloc2/IAllocator_Any.cpp index 081a78e..1d12c6c 100644 --- a/src/alloc2/IAllocator_Any.cpp +++ b/src/alloc2/IAllocator_Any.cpp @@ -27,14 +27,6 @@ namespace xo { std::terminate(); } -#ifdef NOPE - vt - IAllocator_Any::begin(Copaque, DArena &) const noexcept - { - _fatal(); - } -#endif - int32_t IAllocator_Any::s_typeseq = typeseq::id();