diff options
Diffstat (limited to 'sql/lex_symbol.h')
-rw-r--r-- | sql/lex_symbol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/lex_symbol.h b/sql/lex_symbol.h index 3074a489b6a..5ba785d16f3 100644 --- a/sql/lex_symbol.h +++ b/sql/lex_symbol.h @@ -26,7 +26,6 @@ typedef struct st_symbol { const char *name; uint tok; uint length; - void *create_func; struct st_sym_group *group; } SYMBOL; |