Skip to content

Commit

Permalink
Remove strange checkbounds method (#1680)
Browse files Browse the repository at this point in the history
It seems to be unused
  • Loading branch information
fingolfin authored Nov 11, 2024
1 parent b085401 commit 0299a8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Hecke.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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;

################################################################################

################################################################################
Expand Down

0 comments on commit 0299a8d

Please sign in to comment.