summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-13 16:54:20 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-13 16:54:20 +0200
commita3d27dff8c5eeff4b9ad56f0d54646d9bb5026d7 (patch)
treed70a0a73a45c3fc47a754611e5874d49f494cc1c
parent638ca0f56c33897601789442ba1414153766daef (diff)
Remove unused macro
-rw-r--r--ot_http.c1
1 files changed, 0 insertions, 1 deletions
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;
39 39
40enum { 40enum {
41 SUCCESS_HTTP_HEADER_LENGTH = 80, 41 SUCCESS_HTTP_HEADER_LENGTH = 80,
42 SUCCESS_HTTP_HEADER_LENGTH_CONTENT_ENCODING = 32,
43 SUCCESS_HTTP_SIZE_OFF = 17 }; 42 SUCCESS_HTTP_SIZE_OFF = 17 };
44 43
45static void http_senddata( const int64 sock, struct ot_workstruct *ws ) { 44static void http_senddata( const int64 sock, struct ot_workstruct *ws ) {