diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-02 14:01:23 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-02 14:01:23 +0100 |
commit | fc2a91f6761a39d735174af3e9523af079ae3f16 (patch) | |
tree | a38fbd4872c82ed467c0d552eff06159ccb6430f /uhttpd.h | |
parent | b016f111233e840da8879b1fe933b72aa8ac625f (diff) |
remove unused constant
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 }, |