diff options
Diffstat (limited to 'idlc/source/idlccompile.cxx')
-rw-r--r-- | idlc/source/idlccompile.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx index 1f628718f479..5066752b3599 100644 --- a/idlc/source/idlccompile.cxx +++ b/idlc/source/idlccompile.cxx @@ -48,9 +48,6 @@ extern int yyparse(); extern FILE* yyin; extern int yydebug; -sal_Int32 lineNumber = 1; - - static sal_Char tmpFilePattern[512]; bool isFileUrl(const OString& fileName) |