]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - src/country.c
country: Drop unused CC_LEN
[people/ms/libloc.git] / 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;