mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SR-14453] Removed unused flags in FrontendOptions.
The equivalents of the `DebugTimeFunctionBodies` and `DebugTimeExpressionTypeChecking` are present and used in `TypeCheckerOptions`.
This commit is contained in:
@@ -182,12 +182,6 @@ public:
|
||||
/// the module.
|
||||
bool CheckOnoneSupportCompleteness = false;
|
||||
|
||||
/// If set, dumps wall time taken to check each function body to llvm::errs().
|
||||
bool DebugTimeFunctionBodies = false;
|
||||
|
||||
/// If set, dumps wall time taken to check each expression.
|
||||
bool DebugTimeExpressionTypeChecking = false;
|
||||
|
||||
/// The path to which we should output statistics files.
|
||||
std::string StatsOutputDir;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user