| Index: pkg/analysis_services/lib/src/index/store/codec.dart
|
| diff --git a/pkg/analysis_services/lib/src/index/store/codec.dart b/pkg/analysis_services/lib/src/index/store/codec.dart
|
| index a49b9efa852355892a1bd78251409234f9d39942..ee4e38e1011c7247da9e8fff68c5f045efde4b42 100644
|
| --- a/pkg/analysis_services/lib/src/index/store/codec.dart
|
| +++ b/pkg/analysis_services/lib/src/index/store/codec.dart
|
| @@ -174,7 +174,6 @@ class ElementCodec {
|
| int length = components.length;
|
| String firstComponent = components[0];
|
| String lastComponent = components[length - 1];
|
| - firstComponent = firstComponent.substring(1);
|
| lastComponent = _substringBeforeAt(lastComponent);
|
| int firstId = _stringCodec.encode(firstComponent);
|
| int lastId = _stringCodec.encode(lastComponent);
|
|
|