Skip to content

Commit 486f752

Browse files
committed
Remove warnings
1 parent cacdc54 commit 486f752

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/db_connection/backoff.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ defmodule DBConnection.Backoff do
4343
end
4444

4545
def backoff(%Backoff{type: :exp, max: max, state: prev} = s) do
46-
require Bitwise
4746
next = min(Bitwise.<<<(prev, 1), max)
4847
{next, %{s | state: next}}
4948
end

0 commit comments

Comments
 (0)