]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Remove unused macro
authorDirk Engling <erdgeist@erdgeist.org>
Sat, 13 Apr 2024 14:54:20 +0000 (16:54 +0200)
committerDirk Engling <erdgeist@erdgeist.org>
Sat, 13 Apr 2024 14:54:20 +0000 (16:54 +0200)
ot_http.c

index 2d86ac19d46d2a02bc3cea34893f08a36cd3b230..cd856d13e2df8cdc47457f9dbe36467d51be3e76 100644 (file)
--- 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 ) {