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

Unified Diff: lib/src/tree_printer.dart

Issue 1009053006: pkg/csslib: remove unused vars and fields (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: Created 5 years, 9 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 | « lib/src/tokenizer.dart ('k') | test/error_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/tree_printer.dart
diff --git a/lib/src/tree_printer.dart b/lib/src/tree_printer.dart
index 8cb4de8186af86030bbde34df3bcb1e66e9ed7de..030a868bcdd604b77877c92a9eb05be02f9fb644 100644
--- a/lib/src/tree_printer.dart
+++ b/lib/src/tree_printer.dart
@@ -390,8 +390,6 @@ class _TreePrinter extends Visitor {
}
void visitUnitTerm(UnitTerm node) {
- String unitValue;
-
output.depth++;
output.writeValue('value', node.text);
output.writeValue('unit', node.unitToString());
« no previous file with comments | « lib/src/tokenizer.dart ('k') | test/error_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698