diff --git a/NDTensors/src/lib/UnallocatedArrays/src/unallocatedzeros.jl b/NDTensors/src/lib/UnallocatedArrays/src/unallocatedzeros.jl index 4799e2e107..771ae88df9 100644 --- a/NDTensors/src/lib/UnallocatedArrays/src/unallocatedzeros.jl +++ b/NDTensors/src/lib/UnallocatedArrays/src/unallocatedzeros.jl @@ -20,7 +20,6 @@ struct UnallocatedZeros{ElT,N,Axes,Alloc} <: AbstractZeros{ElT,N,Axes} end end -## TODO make this an error until its fully defined function UnallocatedZeros{ElT,N}(z::Zeros, alloc) where {ElT,N} return UnallocatedZeros{ElT,N,typeof(axes(z))}(z, alloc) end