Skip to content

Commit

Permalink
Kill unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiklejohn committed Sep 17, 2012
1 parent 0eb40a8 commit 8465283
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tcp_server.erl
Expand Up @@ -241,10 +241,6 @@ new_client(Parent, _ListenSock, ClientSock) ->
exit(Else)
end.

handle_new_client(ok) -> ok;
handle_new_client(Error) -> {error, {client_handler, Error}}.


gen_tcp_options(Options) ->
lists:filter(fun (O) -> my_option(O) =:= false end,
proplists:unfold(proplists:normalize(Options, []))).
Expand Down

0 comments on commit 8465283

Please sign in to comment.