From aa8ed118060b69e33ee6ea8a22907283d40936dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 6 Oct 2024 22:33:04 +0200 Subject: [PATCH] Remove unused super call --- lib/db_connection/connection_pool.ex | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/db_connection/connection_pool.ex b/lib/db_connection/connection_pool.ex index 0bfd632..62f5795 100644 --- a/lib/db_connection/connection_pool.ex +++ b/lib/db_connection/connection_pool.ex @@ -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