mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-12-28 18:50:29 +01:00
remove deepcopy_internal
This commit is contained in:
parent
04f29f0b34
commit
d85d7c76c6
@ -185,10 +185,6 @@ end
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
function deepcopy_internal(X::GroupRingElem, dict::ObjectIdDict)
|
||||
return GroupRingElem(deepcopy(X.coeffs), parent(X))
|
||||
end
|
||||
|
||||
function hash(X::GroupRingElem, h::UInt)
|
||||
return hash(X.coeffs, hash(parent(X), hash(GroupRingElem, h)))
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user