Skip to content

Commit 8d91124

Browse files
committed
Remove unused 'reshape' methods
1 parent cfe6fad commit 8d91124

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/simplify.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ function reshape(term::Monomial, indices::LowerOrUpperIndex...)
5858
return Monomial(term.id, indices...)
5959
end
6060

61-
function reshape(term::Zero, indices::LowerOrUpperIndex...)
62-
return Zero(indices...)
63-
end
64-
65-
function reshape(term::KrD, indices::LowerOrUpperIndex...)
66-
return KrD(indices...)
67-
end
68-
6961
function reshape(term::UnaryOperation{Op}, indices::LowerOrUpperIndex...) where {Op}
7062
return UnaryOperation{Op}(reshape(term.arg, indices...))
7163
end

0 commit comments

Comments
 (0)