Skip to content

Commit

Permalink
Merge pull request #13 from JuliaSymbolics/s/fix-overwrite
Browse files Browse the repository at this point in the history
remove overwriting method
  • Loading branch information
shashi authored Aug 23, 2022
2 parents ecbfbfb + 06af85b commit 51ac730
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/TermInterface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ when manipulating `Expr`s.
function similarterm(x, head, args, symtype = nothing; metadata = nothing, exprhead = nothing)
head(args...)
end
function similarterm(x, head, args, symtype = nothing; metadata = nothing)
head(args...)
end

export similarterm

Expand Down

0 comments on commit 51ac730

Please sign in to comment.