Skip to content

Commit 4aaec66

Browse files
author
Amritpan Kaur
committed
[CSStep] Remove previous "Initial binding" output.
1 parent e36de90 commit 4aaec66

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

lib/Sema/CSStep.cpp

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -478,23 +478,6 @@ StepResult ComponentStep::finalize(bool isSuccess) {
478478

479479
void TypeVariableStep::setup() {
480480
++CS.solverState->NumTypeVariablesBound;
481-
if (CS.isDebugMode()) {
482-
PrintOptions PO;
483-
PO.PrintTypesForDebugging = true;
484-
auto &log = getDebugLogger();
485-
486-
auto initialBindings = Producer.getCurrentBindings();
487-
log << "Initial bindings: ";
488-
interleave(
489-
initialBindings.begin(), initialBindings.end(),
490-
[&](const Binding &binding) {
491-
log << TypeVar->getString(PO)
492-
<< " := " << binding.BindingType->getString(PO);
493-
},
494-
[&log] { log << ", "; });
495-
496-
log << '\n';
497-
}
498481
}
499482

500483
bool TypeVariableStep::attempt(const TypeVariableBinding &choice) {

0 commit comments

Comments
 (0)