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

Unified Diff: dart/frog/leg/ssa/closure.dart

Issue 9599026: Generate code for some switch statements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add a few comments Created 8 years, 10 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: dart/frog/leg/ssa/closure.dart
diff --git a/dart/frog/leg/ssa/closure.dart b/dart/frog/leg/ssa/closure.dart
index 405f6a128cf02dd2cdc6d746a434f457991b3023..98810d571a169d5bce9c597357d5d084f3b6b4d1 100644
--- a/dart/frog/leg/ssa/closure.dart
+++ b/dart/frog/leg/ssa/closure.dart
@@ -415,8 +415,4 @@ class ClosureTranslator extends AbstractVisitor {
visitLiteralMap(LiteralMap node) {
// TODO(ahe): Remove this method.
}
-
- visitSwitchStatement(SwitchStatement node) {
- // TODO(ahe): Remove this method.
- }
}

Powered by Google App Engine
This is Rietveld 408576698