aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_stream_h.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-02-19 16:52:04 +0100
committerLoïc Hoguin <[email protected]>2017-02-19 16:52:04 +0100
commit2af0506d51768b0c187f1ad4498ac9b815ce4114 (patch)
tree57b972dda2e9076382a4d6ec9798a085754308d4 /src/cowboy_stream_h.erl
parent9255cdf1d783ff5deff783ae13b0d003f484bb86 (diff)
downloadcowboy-2af0506d51768b0c187f1ad4498ac9b815ce4114.tar.gz
cowboy-2af0506d51768b0c187f1ad4498ac9b815ce4114.tar.bz2
cowboy-2af0506d51768b0c187f1ad4498ac9b815ce4114.zip
Remove another useless todo
Diffstat (limited to 'src/cowboy_stream_h.erl')
-rw-r--r--src/cowboy_stream_h.erl1
1 files changed, 0 insertions, 1 deletions
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]).