0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 13:10:24 +00:00

Remove another useless todo

This commit is contained in:
Loïc Hoguin 2017-02-19 16:52:04 +01:00
parent 9255cdf1d7
commit 2af0506d51
No known key found for this signature in database
GPG key ID: 71366FF21851DF03

View file

@ -15,7 +15,6 @@
-module(cowboy_stream_h). -module(cowboy_stream_h).
-behavior(cowboy_stream). -behavior(cowboy_stream).
%% @todo Maybe have a callback for the type of process this is, worker or supervisor.
-export([init/3]). -export([init/3]).
-export([data/4]). -export([data/4]).
-export([info/3]). -export([info/3]).