| Index: pkg/analyzer/lib/src/util/fast_uri.dart
|
| diff --git a/pkg/analyzer/lib/src/util/fast_uri.dart b/pkg/analyzer/lib/src/util/fast_uri.dart
|
| index 0df5ce05ae85257bbf96471396802c7723685194..3e1d733c1c7ec5345dd9dae0015c742157f0a9ac 100644
|
| --- a/pkg/analyzer/lib/src/util/fast_uri.dart
|
| +++ b/pkg/analyzer/lib/src/util/fast_uri.dart
|
| @@ -30,11 +30,6 @@ class FastUri implements Uri {
|
| */
|
| final int _lastSlashIndex;
|
|
|
| - /**
|
| - * The cached hashcode.
|
| - */
|
| - int _hashCode;
|
| -
|
| Uri _cachedFallbackUri;
|
|
|
| FastUri._(this._cacheGeneration, this._text, this._scheme,
|
|
|