diff options
Diffstat (limited to 'source/slang/options.cpp')
| -rw-r--r-- | source/slang/options.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/source/slang/options.cpp b/source/slang/options.cpp index 68d16f107..fc4eea3fc 100644 --- a/source/slang/options.cpp +++ b/source/slang/options.cpp @@ -264,15 +264,7 @@ struct OptionsParser // else if (argStr == "-symbo") // options.SymbolToCompile = tryReadCommandLineArgument(arg, &argCursor, argEnd); //else - if(argStr == "-split-mixed-types" ) - { - flags |= SLANG_COMPILE_FLAG_SPLIT_MIXED_TYPES; - } - else if(argStr == "-use-ir" ) - { - flags |= SLANG_COMPILE_FLAG_USE_IR; - } - else if(argStr == "-no-mangle" ) + if(argStr == "-no-mangle" ) { flags |= SLANG_COMPILE_FLAG_NO_MANGLING; } |
