Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Dec 13, 2023
1 parent cd42628 commit 16daf49
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16daf49

Please sign in to comment.