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

Unified Diff: pkg/analysis_server/lib/src/services/index/index.dart

Issue 842753004: Remove remaining references to Angular and Polymer from the analysis server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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
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.
« no previous file with comments | « pkg/analysis_server/lib/src/generated_protocol.dart ('k') | pkg/analysis_server/lib/src/services/search/search_engine.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698