Skip to content

Commit aa8ed11

Browse files
committed
Remove unused super call
1 parent cc08ff8 commit aa8ed11

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/db_connection/connection_pool.ex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ defmodule DBConnection.ConnectionPool do
2323
GenServer.start_link(__MODULE__, {mod, opts}, start_opts(opts))
2424
end
2525

26-
@doc false
27-
def child_spec(opts) do
28-
super(opts)
29-
end
30-
3126
@doc false
3227
@impl DBConnection.Pool
3328
def checkout(pool, callers, opts) do

0 commit comments

Comments
 (0)