aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranch_protocol.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ranch_protocol.erl')
-rw-r--r--src/ranch_protocol.erl1
1 files changed, 0 insertions, 1 deletions
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()}