Skip to content

Commit cf68474

Browse files
committed
fibers
1 parent c84a1c3 commit cf68474

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

runtime/vm/compiler/backend/flow_graph.cc

-5
Original file line numberDiff line numberDiff line change
@@ -1497,11 +1497,6 @@ void FlowGraph::RenameRecursive(
14971497
reaching_defn = constant;
14981498
}
14991499
} else {
1500-
TextBuffer buffer(1024);
1501-
input_defn->PrintTo(&buffer);
1502-
buffer.AddString("\n");
1503-
reaching_defn->PrintTo(&buffer);
1504-
OS::Print("%s\n", buffer.buffer());
15051500
// Note: constants can only be replaced with other constants.
15061501
ASSERT(input_defn->IsLoadLocal() || input_defn->IsStoreLocal() ||
15071502
input_defn->IsDropTemps() || input_defn->IsMakeTemp() ||

0 commit comments

Comments
 (0)