| Index: pkg/analyzer/lib/src/services/formatter_impl.dart
|
| diff --git a/pkg/analyzer/lib/src/services/formatter_impl.dart b/pkg/analyzer/lib/src/services/formatter_impl.dart
|
| index 68725e7bbe0aaa950d7077c024f99839932346f6..4c0757a34e9b3813200b569d0d0f91229242067e 100644
|
| --- a/pkg/analyzer/lib/src/services/formatter_impl.dart
|
| +++ b/pkg/analyzer/lib/src/services/formatter_impl.dart
|
| @@ -1294,7 +1294,6 @@ class SourceVisitor implements AstVisitor {
|
| visitSymbolLiteral(SymbolLiteral node) {
|
| token(node.poundSign);
|
| var components = node.components;
|
| - var size = components.length;
|
| for (var component in components) {
|
| // The '.' separator
|
| if (component.previous.lexeme == '.') {
|
|
|