Skip to content

Commit

Permalink
Remove unused super call
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 6, 2024
1 parent cc08ff8 commit aa8ed11
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/db_connection/connection_pool.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ defmodule DBConnection.ConnectionPool do
GenServer.start_link(__MODULE__, {mod, opts}, start_opts(opts))
end

@doc false
def child_spec(opts) do
super(opts)
end

@doc false
@impl DBConnection.Pool
def checkout(pool, callers, opts) do
Expand Down

0 comments on commit aa8ed11

Please sign in to comment.