diff --git a/include/xo/alloc2/alloc/RAllocator.hpp b/include/xo/alloc2/alloc/RAllocator.hpp index 4d2af7f..b5252f4 100644 --- a/include/xo/alloc2/alloc/RAllocator.hpp +++ b/include/xo/alloc2/alloc/RAllocator.hpp @@ -43,8 +43,6 @@ namespace xo { template T * std_copy_for(const T * src) noexcept { - // TODO: fix alloc_copy(), should take const std::byte * - T * copy = (T *)(this->alloc_copy_for(src)); if (copy) {