summaryrefslogtreecommitdiff
path: root/l10ntools/source/xrmlex.l
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/xrmlex.l')
-rw-r--r--l10ntools/source/xrmlex.l12
1 files changed, 0 insertions, 12 deletions
diff --git a/l10ntools/source/xrmlex.l b/l10ntools/source/xrmlex.l
index c4d18337c5ad..41a19f279cf2 100644
--- a/l10ntools/source/xrmlex.l
+++ b/l10ntools/source/xrmlex.l
@@ -47,9 +47,6 @@
#define YY_NO_UNISTD_H
-/* forwards */
-void YYWarning();
-
static int bText=0;
%}
@@ -177,15 +174,6 @@ int yywrap(void)
}
/*****************************************************************************/
-void YYWarning( const char *s )
-/*****************************************************************************/
-{
- /* write warning to stderr */
- fprintf( stderr,
- "Warning: \"%s\" in line %d: \"%s\"\n", s, yylineno, yytext );
-}
-
-/*****************************************************************************/
void yyerror ( const char *s )
/*****************************************************************************/
{