aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_http_te.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-03-25 11:58:11 +0100
committerLoïc Hoguin <[email protected]>2014-03-25 11:58:11 +0100
commitdbc14259d6d8bfef50cc0e7253d07ed322fd9239 (patch)
treeeb96657a11686de24ea8ff5bd5936140561509b3 /src/cow_http_te.erl
parenta6626f3b4539b07366034b4953ab2df29e3a9d58 (diff)
downloadcowlib-dbc14259d6d8bfef50cc0e7253d07ed322fd9239.tar.gz
cowlib-dbc14259d6d8bfef50cc0e7253d07ed322fd9239.tar.bz2
cowlib-dbc14259d6d8bfef50cc0e7253d07ed322fd9239.zip
Update erlang.mk
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