From 09cfe5cddaa229f896dcdde25f15af9f58b9262e Mon Sep 17 00:00:00 2001 From: Christoph Huber Date: Thu, 19 Oct 2023 09:32:16 +0200 Subject: [PATCH] httpauth: remove unused enum --- src/httpauth/digest.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/httpauth/digest.c b/src/httpauth/digest.c index 06e4d90ab..5bd6c3a25 100644 --- a/src/httpauth/digest.c +++ b/src/httpauth/digest.c @@ -16,11 +16,6 @@ #include -enum { - CNONCE_NC_SIZE = 9, /* 8 characters + '\0' */ -}; - - typedef void (digest_decode_h)(const struct pl *name, const struct pl *val, void *arg);