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

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

Issue 2302733004: Fix static warning - I forgot to remove a field after all the refactorings. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/ssa/optimize.dart
diff --git a/pkg/compiler/lib/src/ssa/optimize.dart b/pkg/compiler/lib/src/ssa/optimize.dart
index 11f10c645bdf62a9defd34652b135eb2ba3987bc..f15dceba538109b5baf66911a00f60440c742aa2 100644
--- a/pkg/compiler/lib/src/ssa/optimize.dart
+++ b/pkg/compiler/lib/src/ssa/optimize.dart
@@ -157,7 +157,6 @@ class SsaInstructionSimplifier extends HBaseVisitor
HGraph graph;
Compiler get compiler => backend.compiler;
final SsaOptimizerTask optimizer;
- final Set<HInstruction> allocatedFixedLists;
SsaInstructionSimplifier(this.constantSystem, this.backend, this.optimizer);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698