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

Unified Diff: pkg/analysis_server/test/analysis_abstract.dart

Issue 721223002: Remove unused methods in analysis_server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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/test/analysis_abstract.dart
diff --git a/pkg/analysis_server/test/analysis_abstract.dart b/pkg/analysis_server/test/analysis_abstract.dart
index e974dbf4116bccd5f16ceb5464d4a3fe5969ce40..d1bbdf9c08775ae784cac94abac1e682dd4e6f51 100644
--- a/pkg/analysis_server/test/analysis_abstract.dart
+++ b/pkg/analysis_server/test/analysis_abstract.dart
@@ -257,11 +257,4 @@ class AbstractAnalysisTest {
Future waitForTasksFinished() {
return waitForServerOperationsPerformed(server);
}
-
- static String _getCodeString(code) {
- if (code is List<String>) {
- code = code.join('\n');
- }
- return code as String;
- }
}

Powered by Google App Engine
This is Rietveld 408576698