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

Unified Diff: pkg/compiler/lib/src/ssa/graph_builder.dart

Issue 2595583002: Remove StatementType (Closed)
Patch Set: Created 4 years 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: pkg/compiler/lib/src/ssa/graph_builder.dart
diff --git a/pkg/compiler/lib/src/ssa/graph_builder.dart b/pkg/compiler/lib/src/ssa/graph_builder.dart
index 35566b869c1e59319e9d5e7a8b6bd96f5a66264b..d659977b96d3559b9deb836a2ab7180719af0e72 100644
--- a/pkg/compiler/lib/src/ssa/graph_builder.dart
+++ b/pkg/compiler/lib/src/ssa/graph_builder.dart
@@ -308,10 +308,6 @@ class ReifiedTypeRepresentationBuilder
visitDynamicType(const DynamicType(), builder);
}
- void visitStatementType(StatementType type, GraphBuilder builder) {
- throw 'not implemented visitStatementType($type)';
- }
-
void visitInterfaceType(InterfaceType type, GraphBuilder builder) {
List<HInstruction> inputs = <HInstruction>[];
for (DartType typeArgument in type.typeArguments) {

Powered by Google App Engine
This is Rietveld 408576698