diff --git a/src/cowboy_rest.erl b/src/cowboy_rest.erl index 60a68550..34aa24f0 100644 --- a/src/cowboy_rest.erl +++ b/src/cowboy_rest.erl @@ -246,9 +246,6 @@ handler :: atom(), handler_state :: any(), - %% Allowed methods. Only used for OPTIONS requests. - allowed_methods :: [binary()] | undefined, - %% Media type. content_types_p = [] :: [{binary() | {binary(), binary(), [{binary(), binary()}] | '*'},