From 2af0506d51768b0c187f1ad4498ac9b815ce4114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 19 Feb 2017 16:52:04 +0100 Subject: Remove another useless todo --- src/cowboy_stream_h.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/cowboy_stream_h.erl b/src/cowboy_stream_h.erl index cc2f5c0..390f986 100644 --- a/src/cowboy_stream_h.erl +++ b/src/cowboy_stream_h.erl @@ -15,7 +15,6 @@ -module(cowboy_stream_h). -behavior(cowboy_stream). -%% @todo Maybe have a callback for the type of process this is, worker or supervisor. -export([init/3]). -export([data/4]). -export([info/3]). -- cgit v1.2.3