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

Unified Diff: compiler/java/com/google/dart/compiler/ast/DartExpression.java

Issue 9597025: Removes unused 'normalized' field in many AST nodes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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: compiler/java/com/google/dart/compiler/ast/DartExpression.java
diff --git a/compiler/java/com/google/dart/compiler/ast/DartExpression.java b/compiler/java/com/google/dart/compiler/ast/DartExpression.java
index 5bc6727bf5e1d8069c153e9e97b7b1eba02839bf..106ce6bf3fa7aa06eefda0b38cb88d13542bb04b 100644
--- a/compiler/java/com/google/dart/compiler/ast/DartExpression.java
+++ b/compiler/java/com/google/dart/compiler/ast/DartExpression.java
@@ -14,9 +14,4 @@ public abstract class DartExpression extends DartNode {
// By default you cannot assign to expressions.
return false;
}
-
- @Override
- public DartExpression getNormalizedNode() {
- return (DartExpression) super.getNormalizedNode();
- }
}

Powered by Google App Engine
This is Rietveld 408576698