From 47b825eca536235df8e0b1668827bcd8e1e62184 Mon Sep 17 00:00:00 2001 From: Helio Frota <00hf11@gmail.com> Date: Wed, 13 May 2020 18:05:21 -0300 Subject: [PATCH] lib: removes unused array Signed-off-by: Helio Frota <00hf11@gmail.com> --- lib/bindings/http/receiver_binary_1.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/bindings/http/receiver_binary_1.js b/lib/bindings/http/receiver_binary_1.js index 0f0e6d22..e7ee1b2a 100644 --- a/lib/bindings/http/receiver_binary_1.js +++ b/lib/bindings/http/receiver_binary_1.js @@ -33,9 +33,6 @@ const allowedContentTypes = []; allowedContentTypes.push(Constants.MIME_JSON); allowedContentTypes.push(Constants.MIME_OCTET_STREAM); -const allowedEncodings = []; -allowedEncodings.push(Constants.ENCODING_BASE64); - const requiredHeaders = []; requiredHeaders.push(Constants.BINARY_HEADERS_1.TYPE); requiredHeaders.push(Constants.BINARY_HEADERS_1.SPEC_VERSION);