From: Michael Tremer Date: Thu, 1 Sep 2022 14:56:54 +0000 (+0000) Subject: country: Drop unused CC_LEN X-Git-Tag: 0.9.15~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245b33e2adab0a3d0c0fdbbbfbd0848b3df7f8f3;p=location%2Flibloc.git country: Drop unused CC_LEN Signed-off-by: Michael Tremer --- diff --git a/src/country.c b/src/country.c index 6226d70..309cee1 100644 --- a/src/country.c +++ b/src/country.c @@ -35,8 +35,6 @@ static const struct loc_special_country { { "", 0 }, }; -#define CC_LEN 3 - struct loc_country { struct loc_ctx* ctx; int refcount;