* remove dead code that was causing warning
This commit was SVN r3693.
Этот коммит содержится в:
родитель
5e560cb148
Коммит
5ac2b0988b
@ -24,7 +24,6 @@
|
|||||||
/*
|
/*
|
||||||
* local functions
|
* local functions
|
||||||
*/
|
*/
|
||||||
static int mca_llm_base_yyerror(void);
|
|
||||||
static int mca_llm_base_yywrap(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)
|
static int mca_llm_base_yywrap(void)
|
||||||
{
|
{
|
||||||
mca_llm_base_parse_done = true;
|
mca_llm_base_parse_done = true;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user