From a3d27dff8c5eeff4b9ad56f0d54646d9bb5026d7 Mon Sep 17 00:00:00 2001
From: Dirk Engling <erdgeist@erdgeist.org>
Date: Sat, 13 Apr 2024 16:54:20 +0200
Subject: Remove unused macro

---
 ot_http.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ot_http.c b/ot_http.c
index 2d86ac1..cd856d1 100644
--- a/ot_http.c
+++ b/ot_http.c
@@ -39,7 +39,6 @@ ssize_t g_stats_path_len;
 
 enum {
   SUCCESS_HTTP_HEADER_LENGTH = 80,
-  SUCCESS_HTTP_HEADER_LENGTH_CONTENT_ENCODING = 32,
   SUCCESS_HTTP_SIZE_OFF = 17 };
 
 static void http_senddata( const int64 sock, struct ot_workstruct *ws ) {
-- 
cgit v1.2.3