Skip to content

Commit

Permalink
Remove rational_function_field wrapper (#1234)
Browse files Browse the repository at this point in the history
... for RationalFunctionField. It was neither used nor exported.
  • Loading branch information
fingolfin authored Oct 8, 2023
1 parent b3fdace commit e61502d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/GenOrd/Auxiliary.jl
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,3 @@ function Hecke.lcm(a::Vector{<:RingElem})
end
return reduce(lcm, a)
end

function rational_function_field(k::Field, s::VarName = :t)
return RationalFunctionField(k, s)
end

0 comments on commit e61502d

Please sign in to comment.