Skip to content

Commit a56606d

Browse files
committed
Do not silence unused variable warnings in assert_receive
Closes #4789. It's not needed anymore after e190474 commit.
1 parent b2329d1 commit a56606d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ex_unit/lib/ex_unit/assertions.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ defmodule ExUnit.Assertions do
379379
<> ExUnit.Assertions.__mailbox__(self()))
380380
end
381381

382-
_ = unquote(vars) # Silence warnings
383382
received
384383
end
385384
end

0 commit comments

Comments
 (0)