mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove Type Body Fingerprints Flags
This infrastructure has more than proven itself. Drop the code paths and tests supporting the status quo.
This commit is contained in:
@@ -438,11 +438,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.VerifySyntaxTree = true;
|
||||
}
|
||||
|
||||
Opts.EnableTypeFingerprints =
|
||||
Args.hasFlag(options::OPT_enable_type_fingerprints,
|
||||
options::OPT_disable_type_fingerprints,
|
||||
LangOptions().EnableTypeFingerprints);
|
||||
|
||||
if (Args.hasArg(OPT_emit_fine_grained_dependency_sourcefile_dot_files))
|
||||
Opts.EmitFineGrainedDependencySourcefileDotFiles = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user