summaryrefslogtreecommitdiffstats
path: root/source/slang/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/options.cpp')
-rw-r--r--source/slang/options.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/slang/options.cpp b/source/slang/options.cpp
index a5ed8eca6..68d16f107 100644
--- a/source/slang/options.cpp
+++ b/source/slang/options.cpp
@@ -264,9 +264,7 @@ struct OptionsParser
// else if (argStr == "-symbo")
// options.SymbolToCompile = tryReadCommandLineArgument(arg, &argCursor, argEnd);
//else
- if (argStr == "-no-checking")
- flags |= SLANG_COMPILE_FLAG_NO_CHECKING;
- else if(argStr == "-split-mixed-types" )
+ if(argStr == "-split-mixed-types" )
{
flags |= SLANG_COMPILE_FLAG_SPLIT_MIXED_TYPES;
}