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

Unified Diff: pkg/analyzer/lib/src/search/search_engine.dart

Issue 365193004: Move Index and IndexStore implementations into Engine. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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/analyzer/lib/src/search/search_engine.dart
diff --git a/pkg/analyzer/lib/src/search/search_engine.dart b/pkg/analyzer/lib/src/search/search_engine.dart
index 5f8a2821b00f45556ae8f35aa77eada1c608fb73..e23aa9db4ba49b33671ebf299740fc9d26224bee 100644
--- a/pkg/analyzer/lib/src/search/search_engine.dart
+++ b/pkg/analyzer/lib/src/search/search_engine.dart
@@ -7,8 +7,6 @@
library engine.src.search_engine;
-
-
///**
// * Instances of the class <code>AndSearchPattern</code> implement a search pattern that matches
// * elements that match all of several other search patterns.

Powered by Google App Engine
This is Rietveld 408576698