diff --git a/src/AutGroup.jl b/src/AutGroup.jl index e646828..61fbb10 100644 --- a/src/AutGroup.jl +++ b/src/AutGroup.jl @@ -174,11 +174,6 @@ end # ############################################################################### -function deepcopy_internal(g::AutGroupElem, dict::ObjectIdDict) - G = parent(g) - return G(AutGroupElem(g.str, g.pow, g.ex, g.func)) -end - hash(s::AutSymbol, h::UInt) = hash(s.str, hash(s.pow, hash(:AutSymbol, h))) function change_pow(s::AutSymbol, n::Int)