diff options
-rw-r--r-- | cli_ure/source/climaker/climaker_app.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx index ce1dd80b6ba4..49b1241091a8 100644 --- a/cli_ure/source/climaker/climaker_app.cxx +++ b/cli_ure/source/climaker/climaker_app.cxx @@ -4,9 +4,9 @@ * * $RCSfile: climaker_app.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:51:27 $ + * last change: $Author: rt $ $Date: 2006-12-05 11:18:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -325,9 +325,6 @@ using namespace ::climaker; //############################################################################## SAL_IMPLEMENT_MAIN() { - (void) argc; // unused - (void) argv; // unused - sal_uInt32 nCount = osl_getCommandArgCount(); if (0 == nCount) { |