]> git.ipfire.org Git - location/libloc.git/commitdiff
country: Drop unused CC_LEN
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Sep 2022 14:56:54 +0000 (14:56 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 Sep 2022 15:03:20 +0000 (15:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/country.c

index 6226d700dcbcb302592b163259eaf718e4919ffb..309cee12301559beaa8d9b78bbe1748a21daf3b4 100644 (file)
@@ -35,8 +35,6 @@ static const struct loc_special_country {
        { "", 0 },
 };
 
-#define CC_LEN 3
-
 struct loc_country {
        struct loc_ctx* ctx;
        int refcount;