diff --git a/src/Hecke.jl b/src/Hecke.jl index c451bae7dc..324a9b2d55 100644 --- a/src/Hecke.jl +++ b/src/Hecke.jl @@ -567,9 +567,6 @@ mutable struct NotImplemented <: Exception end Base.showerror(io::IO, ::NotImplemented) = print(io, """Not implemented (yet).""") -# what is this function doing here? -function checkbounds(a::Int, b::Int) nothing; end; - ################################################################################ ################################################################################