mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #78750 from AnthonyLatsis/oryza-sativa
[Gardening] Fix some set but not used variables
This commit is contained in:
@@ -3252,7 +3252,7 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
|
||||
if (auto A = Args.getLastArg(OPT_enable_round_trip_debug_types,
|
||||
OPT_disable_round_trip_debug_types)) {
|
||||
Opts.DisableRoundTripDebugTypes =
|
||||
Args.hasArg(OPT_disable_round_trip_debug_types);
|
||||
A->getOption().matches(OPT_disable_round_trip_debug_types);
|
||||
}
|
||||
|
||||
if (Args.hasArg(OPT_disable_debugger_shadow_copies))
|
||||
|
||||
Reference in New Issue
Block a user