fix: remove remains of the old version

This commit is contained in:
kalmar 2017-07-25 00:01:23 +02:00
parent 1862868a35
commit 7188433472
1 changed files with 0 additions and 3 deletions

View File

@ -413,9 +413,6 @@ function *{T<:Number, S<:Number}(X::GroupRingElem{T}, Y::GroupRingElem{S}, check
TT = typeof(first(X.coeffs)*first(Y.coeffs))
warn("Multiplying elements with different base rings! Promoting the result to $TT.")
result = mul!(result, X, Y)
return result
if isdefined(parent(X), :basis)
result = parent(X)(similar(X.coeffs))
result = convert(TT, result)