summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/srclex.l2
1 files changed, 0 insertions, 2 deletions
diff --git a/l10ntools/source/srclex.l b/l10ntools/source/srclex.l
index 1cdef41c6b3c..9caf0441c37b 100644
--- a/l10ntools/source/srclex.l
+++ b/l10ntools/source/srclex.l
@@ -234,10 +234,8 @@ void yyerror( const char *s )
}
SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) {
- int e;
yyin = init(argc, argv);
yylex();
- e = GetError();
Close();
return EXIT_SUCCESS;
}