From: Joseph Sutton Date: Wed, 19 Apr 2023 03:44:11 +0000 (+1200) Subject: lib/http: Remove unused structure X-Git-Tag: talloc-2.4.1~758 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e41c73e98eb654f1982c834d8913dc055fcf28e;p=thirdparty%2Fsamba.git lib/http: Remove unused structure This is just a typo of ‘struct loadparm_context’. Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/libcli/http/http.h b/libcli/http/http.h index f2196031f03..89415470134 100644 --- a/libcli/http/http.h +++ b/libcli/http/http.h @@ -46,7 +46,6 @@ #define HTTP_MAX_HEADER_SIZE 0x1FFFF struct cli_credentials; -struct loadparm_ctx; enum http_cmd_type { HTTP_REQ_GET = 1 << 0,