mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-11-19 14:35:27 +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)
|
function hash(X::GroupRingElem, h::UInt)
|
||||||
return hash(X.coeffs, hash(parent(X), hash(GroupRingElem, h)))
|
return hash(X.coeffs, hash(parent(X), hash(GroupRingElem, h)))
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user