diff options
Diffstat (limited to 'src/cowboy_http.erl')
-rw-r--r-- | src/cowboy_http.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cowboy_http.erl b/src/cowboy_http.erl index 8dbbcff..af60dd9 100644 --- a/src/cowboy_http.erl +++ b/src/cowboy_http.erl @@ -52,10 +52,6 @@ -export([urlencode/2]). -export([x_www_form_urlencoded/1]). --type status() :: non_neg_integer() | binary(). - --export_type([status/0]). - %% Parsing. %% @doc Parse a non-empty list of the given type. |