removing unused array (compiler warning)

This commit is contained in:
Guilhem Bichot 2009-07-29 16:58:31 +02:00
commit ba9aeb90e0

View file

@ -74,9 +74,6 @@ static TYPELIB grant_types = { sizeof(grant_names)/sizeof(char **),
grant_names, NULL};
#endif
/* Match the values of enum ha_choice */
static const char *ha_choice_values[] = {"", "0", "1"};
static void store_key_options(THD *thd, String *packet, TABLE *table,
KEY *key_info);