From: Felix Fietkau Date: Wed, 2 Jan 2013 13:01:23 +0000 (+0100) Subject: remove unused constant X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=commitdiff_plain;h=fc2a91f6761a39d735174af3e9523af079ae3f16;ds=inline remove unused constant --- diff --git a/uhttpd.h b/uhttpd.h index 22653b5..e1d061f 100644 --- a/uhttpd.h +++ b/uhttpd.h @@ -33,7 +33,6 @@ #include "utils.h" #define UH_LIMIT_CLIENTS 64 -#define UH_LIMIT_HEADERS 64 #define __enum_header(_name) HDR_##_name, #define __blobmsg_header(_name) [HDR_##_name] = { .name = #_name, .type = BLOBMSG_TYPE_STRING },