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

Unified Diff: lib/compiler/implementation/ssa/codegen.dart

Issue 10477010: Fix some editor warnings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: lib/compiler/implementation/ssa/codegen.dart
diff --git a/lib/compiler/implementation/ssa/codegen.dart b/lib/compiler/implementation/ssa/codegen.dart
index a7ff2777c7b95b47f546c0068e4b92f052e21dcb..0403f7f603f0eee5656ec63e002ccda59a2acfad 100644
--- a/lib/compiler/implementation/ssa/codegen.dart
+++ b/lib/compiler/implementation/ssa/codegen.dart
@@ -1263,7 +1263,6 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|| start.last is HContinue) {
return false;
}
- HInstruction instruction = start.first;
for (HInstruction instruction = start.first;
instruction != start.last;
instruction = instruction.next) {

Powered by Google App Engine
This is Rietveld 408576698