Skip to content

Commit 18c3530

Browse files
committed
Remove unnecessary permutedims method
1 parent 55fc773 commit 18c3530

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fillalgebra.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ for OP in (:transpose, :adjoint)
1818
end
1919
end
2020

21-
permutedims(a::AbstractFillVector) = fillsimilar(a, (1, length(a)))
2221
permutedims(a::AbstractFillMatrix) = fillsimilar(a, reverse(axes(a)))
2322

2423
function permutedims(B::AbstractFill, perm)

0 commit comments

Comments
 (0)