| Index: pkg/analysis_server/lib/src/services/index/index.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/index/index.dart b/pkg/analysis_server/lib/src/services/index/index.dart
|
| index acfc8351e439cea12722351873c8c6dced98a428..e80a190e3281821f7d11e976e7fe733c8baacc39 100644
|
| --- a/pkg/analysis_server/lib/src/services/index/index.dart
|
| +++ b/pkg/analysis_server/lib/src/services/index/index.dart
|
| @@ -119,22 +119,6 @@ abstract class Index {
|
| */
|
| class IndexConstants {
|
| /**
|
| - * Left: an Angular element.
|
| - * Is referenced at.
|
| - * Right: location.
|
| - */
|
| - static final Relationship ANGULAR_REFERENCE =
|
| - Relationship.getRelationship("angular-reference");
|
| -
|
| - /**
|
| - * Left: an Angular component.
|
| - * Is closed "/>" at.
|
| - * Right: location.
|
| - */
|
| - static final Relationship ANGULAR_CLOSING_TAG_REFERENCE =
|
| - Relationship.getRelationship("angular-closing-tag-reference");
|
| -
|
| - /**
|
| * Left: the Universe or a Library.
|
| * Defines an Element.
|
| * Right: an Element declaration.
|
|
|