summaryrefslogtreecommitdiffstats
path: root/codemaker/source/cppumaker/cppuoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cppumaker/cppuoptions.cxx')
-rw-r--r--codemaker/source/cppumaker/cppuoptions.cxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/codemaker/source/cppumaker/cppuoptions.cxx b/codemaker/source/cppumaker/cppuoptions.cxx
index 548b4d369a8e..d16c7dacecba 100644
--- a/codemaker/source/cppumaker/cppuoptions.cxx
+++ b/codemaker/source/cppumaker/cppuoptions.cxx
@@ -216,24 +216,6 @@ bool CppuOptions::initOptions(int ac, char* av[], bool bCmdFile)
m_options["-G"_ostr] = OString();
break;
- case 'W': // generate embind javascript bindings for LOWA
- if (av[i][2] != '\0')
- {
- OString tmp("'-W', please check"_ostr);
- if (i <= ac - 1)
- {
- tmp += OString::Concat(" your input '") + av[i] + "'";
- }
-
- throw IllegalArgument(tmp);
- }
-
- if (!isValid("-C"_ostr) && !isValid("-CS"_ostr) && !isValid("-L"_ostr))
- {
- throw IllegalArgument("'-W' requires '-C' or '-CS' or '-L' option"_ostr);
- }
- m_options["-W"_ostr] = OString();
- break;
case 'X': // support for eXtra type rdbs
{
if (av[i][2] == '\0')