diff options
Diffstat (limited to 'innobase/pars/pars0pars.c')
-rw-r--r-- | innobase/pars/pars0pars.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/innobase/pars/pars0pars.c b/innobase/pars/pars0pars.c index dda97d295fb..a4124672df0 100644 --- a/innobase/pars/pars0pars.c +++ b/innobase/pars/pars0pars.c @@ -1708,17 +1708,6 @@ pars_get_lex_chars( } /***************************************************************** -Instructs the lexical analyzer to stop when it receives the EOF integer. */ - -int -yywrap(void) -/*========*/ - /* out: returns TRUE */ -{ - return(1); -} - -/***************************************************************** Called by yyparse on error. */ void |