diff --git a/src/TermInterface.jl b/src/TermInterface.jl index b75f2e6..78b57ca 100644 --- a/src/TermInterface.jl +++ b/src/TermInterface.jl @@ -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