diff --git a/include/xo/alloc2/alloc/RAllocator.hpp b/include/xo/alloc2/alloc/RAllocator.hpp index e9fa633c..e661e59d 100644 --- a/include/xo/alloc2/alloc/RAllocator.hpp +++ b/include/xo/alloc2/alloc/RAllocator.hpp @@ -80,16 +80,10 @@ namespace xo { lhs_iface, lhs_data, rhs_iface, rhs_data); } + // see [RAllocator_aux.hpp] for implementation. void barrier_assign(void * parent, obj * p_lhs, obj rhs) noexcept; -#ifdef NOT_YET - this->barrier_assign_aux(parent, - p_lhs->iface(), - p_lhs->opaque_data_addr(), - rhs.iface(), - rhs.opaque_data()); -#endif static bool _valid; };