Skip to content

Commit ec16506

Browse files
committed
[SR-14453] Removed unused flags in FrontendOptions.
The equivalents of the `DebugTimeFunctionBodies` and `DebugTimeExpressionTypeChecking` are present and used in `TypeCheckerOptions`.
1 parent a68ce7b commit ec16506

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/swift/Frontend/FrontendOptions.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ class FrontendOptions {
182182
/// the module.
183183
bool CheckOnoneSupportCompleteness = false;
184184

185-
/// If set, dumps wall time taken to check each function body to llvm::errs().
186-
bool DebugTimeFunctionBodies = false;
187-
188-
/// If set, dumps wall time taken to check each expression.
189-
bool DebugTimeExpressionTypeChecking = false;
190-
191185
/// The path to which we should output statistics files.
192186
std::string StatsOutputDir;
193187

0 commit comments

Comments
 (0)