From 14096932616623b8b57f01b32c25fb741ad934d2 Mon Sep 17 00:00:00 2001 From: geeksilva97 Date: Mon, 26 Feb 2024 15:13:30 -0300 Subject: [PATCH] remove unused entry from record --- src/cowboy_rest.erl | 3 --- 1 file changed, 3 deletions(-) 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()}] | '*'},