diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-13 16:54:20 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2024-04-13 16:54:20 +0200 |
commit | a3d27dff8c5eeff4b9ad56f0d54646d9bb5026d7 (patch) | |
tree | d70a0a73a45c3fc47a754611e5874d49f494cc1c | |
parent | 638ca0f56c33897601789442ba1414153766daef (diff) |
Remove unused macro
-rw-r--r-- | ot_http.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ ssize_t g_stats_path_len; | |||
39 | 39 | ||
40 | enum { | 40 | enum { |
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 | ||
45 | static void http_senddata( const int64 sock, struct ot_workstruct *ws ) { | 44 | static void http_senddata( const int64 sock, struct ot_workstruct *ws ) { |