From 245b33e2adab0a3d0c0fdbbbfbd0848b3df7f8f3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 1 Sep 2022 14:56:54 +0000 Subject: [PATCH] country: Drop unused CC_LEN Signed-off-by: Michael Tremer --- src/country.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.5