[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:
Jiri Dutkevic
2021-06-01 15:07:03 -07:00
parent a68ce7bfa7
commit ec16506bd7

View File

@@ -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;