From 3ea575d8682560fc02d5583cbf2837e2f2f43e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 9 May 2019 10:43:25 +0200 Subject: Remove Socket argument from ranch_protocol:start_link --- src/ranch_protocol.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ranch_protocol.erl') diff --git a/src/ranch_protocol.erl b/src/ranch_protocol.erl index 30a5b51..5a93a65 100644 --- a/src/ranch_protocol.erl +++ b/src/ranch_protocol.erl @@ -17,7 +17,6 @@ %% Start a new connection process for the given socket. -callback start_link( Ref::ranch:ref(), - Socket::any(), Transport::module(), ProtocolOptions::any()) -> {ok, ConnectionPid::pid()} -- cgit v1.2.3