diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-25 17:58:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-25 17:59:34 +0100 |
commit | 700470577f62f569a5e81c7b446167f8d9c7b7cc (patch) | |
tree | e30ac6cd527126658a23870cf5d0342827bb6006 | |
parent | e9c17354d3cfb4f808fa2092ffcb3b9de7654dee (diff) |
Remove junk
left over from 232c0fb700efd31eff8cfee896437c481582ed0f "#115784# idlc: fixed
commandline option processing."
Change-Id: I41f81b1223cf72c0fcf8e84cdc7016e3aebf0c9d
-rw-r--r-- | idlc/inc/options.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
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(); |