Skip to content

Commit 950aed5

Browse files
gusaaaaafishcakez
authored andcommitted
Remove unreachable line (elixir-lang#850)
1 parent 0c76066 commit 950aed5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

getting-started/mix-otp/task-and-gen-tcp.markdown

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ end
4343
defp loop_acceptor(socket) do
4444
{:ok, client} = :gen_tcp.accept(socket)
4545
serve(client)
46-
loop_acceptor(socket)
4746
end
4847

4948
defp serve(socket) do

0 commit comments

Comments
 (0)