remove the convert override

This commit is contained in:
kalmar 2017-06-08 19:51:04 +02:00
parent 0d45e885f9
commit 6d07adabf3
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@ import Nemo.elements
using JLD
import Base.convert
convert(::Type{Int}, x::Nemo.fmpz) = x.d
function elements(F::Nemo.FqNmodFiniteField)
deg = Int(degree(F))
char = Int(characteristic(F))