aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_http_te.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cow_http_te.erl')
-rw-r--r--src/cow_http_te.erl5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cow_http_te.erl b/src/cow_http_te.erl
index 7e53779..aa9c6b9 100644
--- a/src/cow_http_te.erl
+++ b/src/cow_http_te.erl
@@ -26,11 +26,6 @@
%% The state type is the same for both identity and chunked.
-type state() :: {non_neg_integer(), non_neg_integer()}.
-%% @todo Add EXTRA to erlang.mk.
--ifdef(TEST).
--define(EXTRA, 1).
--endif.
-
-ifdef(EXTRA).
dripfeed(<< C, Rest/bits >>, Acc, State, F) ->
case F(<< Acc/binary, C >>, State) of