mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove dead flag disable-tsan-inout-instrumentation
This commit is contained in:
@@ -292,9 +292,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.DisableAvailabilityChecking |=
|
||||
Args.hasArg(OPT_disable_availability_checking);
|
||||
|
||||
Opts.DisableTsanInoutInstrumentation |=
|
||||
Args.hasArg(OPT_disable_tsan_inout_instrumentation);
|
||||
|
||||
if (FrontendOpts.InputKind == InputFileKind::SIL)
|
||||
Opts.DisableAvailabilityChecking = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user