mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #32407 from gottesmm/pr-f0452984219b1947bbe97d25c2a159a16736d090
[ownership] Remove dead option: enable-ownership-stripping-after-serialization.
This commit is contained in:
@@ -1101,7 +1101,6 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
Args.hasArg(OPT_disable_sil_partial_apply);
|
||||
Opts.VerifySILOwnership &= !Args.hasArg(OPT_disable_sil_ownership_verifier);
|
||||
Opts.EnableLargeLoadableTypes |= Args.hasArg(OPT_enable_large_loadable_types);
|
||||
Opts.StripOwnershipAfterSerialization |= Args.hasArg(OPT_enable_ownership_stripping_after_serialization);
|
||||
Opts.EnableDynamicReplacementCanCallPreviousImplementation = !Args.hasArg(
|
||||
OPT_disable_previous_implementation_calls_in_dynamic_replacements);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user