Skip to content

Commit 6b39cac

Browse files
committed
Remove mpoly_ring for universal polynomial ring
1 parent 21da8aa commit 6b39cac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/generic/UnivPoly.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ elem_type(::Type{UniversalPolyRing{T}}) where {T<:RingElement} = UnivPoly{T}
3030

3131
parent_type(::Type{UnivPoly{T}}) where {T<:RingElement} = UniversalPolyRing{T}
3232

33-
mpoly_ring(S::UniversalPolyRing) = base_ring(S)
34-
3533
number_of_variables(S::UniversalPolyRing) = number_of_variables(base_ring(S))
3634

3735
number_of_generators(S::UniversalPolyRing) = number_of_generators(base_ring(S))

0 commit comments

Comments
 (0)