Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1482)

Unified Diff: runtime/vm/il_printer.h

Issue 10912094: Reapply "Remove classes Computation and BindInstr." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/il_printer.h
diff --git a/runtime/vm/il_printer.h b/runtime/vm/il_printer.h
index 1e2a94eb87508a0fa45aaef39a063cdad95e7d86..347865b613faac358b707ea04bc5eb1cafffa5ed 100644
--- a/runtime/vm/il_printer.h
+++ b/runtime/vm/il_printer.h
@@ -46,7 +46,6 @@ class FlowGraphPrinter : public ValueObject {
// another block and that block is not next in reverse postorder.
void PrintBlocks();
void PrintInstruction(Instruction* instr);
- static void PrintComputation(Computation* comp);
static void PrintTypeCheck(const ParsedFunction& parsed_function,
intptr_t token_pos,
Value* value,

Powered by Google App Engine
This is Rietveld 408576698