diff --git a/src/lookup_string_in_fixed_set.c b/src/lookup_string_in_fixed_set.c index 5712fe5..57c2e4e 100644 --- a/src/lookup_string_in_fixed_set.c +++ b/src/lookup_string_in_fixed_set.c @@ -7,12 +7,6 @@ #include -#if defined(__GNUC__) && defined(__GNUC_MINOR__) -# define _GCC_VERSION_AT_LEAST(major, minor) ((__GNUC__ > (major)) || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor))) -#else -# define _GCC_VERSION_AT_LEAST(major, minor) 0 -#endif - #define CHECK_LT(a, b) if ((a) >= b) return 0 static const char multibyte_length_table[16] = {