From 20a8b9611d9ef97628fe9d273e9a3607fb917d49 Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 4 Jul 2015 10:33:08 -0400 Subject: [PATCH] [fix] Removing feature length variables from geonames.c --- src/geonames.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/geonames.c b/src/geonames.c index e7dea700..bf24fb89 100644 --- a/src/geonames.c +++ b/src/geonames.c @@ -17,9 +17,6 @@ #define GEONAMES_POSTAL_ADMIN2_IDS_DEFAULT_LENGTH 20 #define GEONAMES_POSTAL_ADMIN3_IDS_DEFAULT_LENGTH 20 -#define PLACE_NAME_FEATURES_DEFAULT_LENGTH 255 -#define GEO_FEATURES_DEFAULT_LENGTH 243 - /* To save on malloc calls, create just one of these and call geoname_clear * (which does not deallocate) and geoname_deserialize */