Skip to content

Commit 259d25e

Browse files
committed
Fix dialyzer warning
1 parent ea6e7cf commit 259d25e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/absinthe/language/render.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,6 @@ defmodule Absinthe.Language.Render do
416416
do_block(docs)
417417
end
418418

419-
defp block(:doc_nil, docs) do
420-
do_block(docs)
421-
end
422-
423419
defp block(name, docs) do
424420
glue(
425421
name,

0 commit comments

Comments
 (0)