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

Unified Diff: pkg/analyzer/lib/src/generated/resolver.dart

Issue 727763003: Remove unused fields in analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 | « pkg/analyzer/lib/src/generated/engine.dart ('k') | pkg/analyzer/lib/src/services/formatter_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/resolver.dart
diff --git a/pkg/analyzer/lib/src/generated/resolver.dart b/pkg/analyzer/lib/src/generated/resolver.dart
index 9dd62916c2fca2d40b3b0b7f2cff27a67608cbb8..1ca9d3b0047fca7278ee141244164d68cb56a8cf 100644
--- a/pkg/analyzer/lib/src/generated/resolver.dart
+++ b/pkg/analyzer/lib/src/generated/resolver.dart
@@ -5419,11 +5419,6 @@ class HtmlUnitBuilder implements ht.XmlVisitor<Object> {
RecordingErrorListener _errorListener;
/**
- * The modification time of the source for which an element is being built.
- */
- int _modificationStamp = 0;
-
- /**
* The HTML element being built.
*/
HtmlElementImpl _htmlElement;
@@ -5456,13 +5451,10 @@ class HtmlUnitBuilder implements ht.XmlVisitor<Object> {
* Build the HTML element for the given source.
*
* @param source the source describing the compilation unit
- * @param modificationStamp the modification time of the source for which an element is being
- * built
* @param unit the AST structure representing the HTML
* @throws AnalysisException if the analysis could not be performed
*/
- HtmlElementImpl buildHtmlElement(Source source, int modificationStamp, ht.HtmlUnit unit) {
- this._modificationStamp = modificationStamp;
+ HtmlElementImpl buildHtmlElement(Source source, ht.HtmlUnit unit) {
HtmlElementImpl result = new HtmlElementImpl(_context, source.shortName);
result.source = source;
_htmlElement = result;
« no previous file with comments | « pkg/analyzer/lib/src/generated/engine.dart ('k') | pkg/analyzer/lib/src/services/formatter_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698