remove completetion of (::GroupRingElem)

This commit is contained in:
kalmar 2017-05-17 11:47:13 +02:00
parent 8685c25600
commit 3a50399fb0
1 changed files with 0 additions and 6 deletions

View File

@ -310,10 +310,4 @@ function complete(A::GroupRing)
return A
end
function complete(X::GroupRingElem)
isdefined(X, :parent) || throw("You have to define parent of X before!")
complete(parent(X))
return X
end
end # of module GroupRings