diff options
Diffstat (limited to 'l10ntools/source/gLexUlf.l')
-rw-r--r-- | l10ntools/source/gLexUlf.l | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/l10ntools/source/gLexUlf.l b/l10ntools/source/gLexUlf.l index f6409ec359ee..c0dcf157352f 100644 --- a/l10ntools/source/gLexUlf.l +++ b/l10ntools/source/gLexUlf.l @@ -131,7 +131,5 @@ KEYID [a-zA-Z0-9_-]+ void ulf_dummyJustForCompiler() { - char *txt = NULL; - // yy_flex_strlen(txt); - yyunput(0, txt); + yyunput(0, NULL); } |