Skip to content

Commit ec0383d

Browse files
Messy rebase
1 parent 5fa8545 commit ec0383d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/types.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,6 @@ end
10691069

10701070
function -(a::SN)
10711071
!issafecanon(*, a) && return term(-, a)
1072-
!nometa(b) && return term(-, a)
10731072
!nometa(a) && return term(-, a)
10741073
isadd(a) ? Add(sub_t(a), -a.coeff, mapvalues((_,v) -> -v, a.dict)) :
10751074
Add(sub_t(a), makeadd(-1, 0, a)...)

0 commit comments

Comments
 (0)