diff --git a/src/GroupRings.jl b/src/GroupRings.jl index 3eda4aa..972fe98 100644 --- a/src/GroupRings.jl +++ b/src/GroupRings.jl @@ -31,10 +31,6 @@ abstract AbstractGroupRingElem type GroupRingElem{T<:Number} <: AbstractGroupRingElem coeffs::AbstractVector{T} parent::GroupRing - - function GroupRingElem(coeffs::AbstractVector) - return new(coeffs) - end end export GroupRing, GroupRingElem