1
1

* remove dead code that was causing warning

This commit was SVN r3693.
Этот коммит содержится в:
Brian Barrett 2004-12-04 00:42:05 +00:00
родитель 5e560cb148
Коммит 5ac2b0988b

Просмотреть файл

@ -24,7 +24,6 @@
/*
* local functions
*/
static int mca_llm_base_yyerror(void);
static int mca_llm_base_yywrap(void);
/*
@ -56,13 +55,6 @@ count { mca_llm_base_string = yytext; return MCA_LLM_BASE_COUNT; }
%%
static int mca_llm_base_yyerror(void)
{
printf("%d: Invalid input (%s)\n", mca_llm_base_yynewlines, yytext);
return MCA_LLM_BASE_ERROR;
}
static int mca_llm_base_yywrap(void)
{
mca_llm_base_parse_done = true;