From 700470577f62f569a5e81c7b446167f8d9c7b7cc Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 25 Jan 2017 17:58:26 +0100 Subject: Remove junk left over from 232c0fb700efd31eff8cfee896437c481582ed0f "#115784# idlc: fixed commandline option processing." Change-Id: I41f81b1223cf72c0fcf8e84cdc7016e3aebf0c9d --- idlc/inc/options.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'idlc/inc/options.hxx') diff --git a/idlc/inc/options.hxx b/idlc/inc/options.hxx index ab910b29af2f..212faf3187d6 100644 --- a/idlc/inc/options.hxx +++ b/idlc/inc/options.hxx @@ -53,11 +53,6 @@ public: throw(IllegalArgument); bool setOption(char const * option, std::string const & rArg); -#if 0 /* @@@ */ - sal_Bool initOptions(int ac, char* av[], sal_Bool bCmdFile=sal_False) - throw( IllegalArgument ); -#endif /* @@@ */ - OString prepareHelp(); OString prepareVersion(); -- cgit