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

Unified Diff: pkg/analysis_server/bin/fuzz.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
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/computer/computer_navigation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/bin/fuzz.dart
diff --git a/pkg/analysis_server/bin/fuzz.dart b/pkg/analysis_server/bin/fuzz.dart
index 2ca29c212c3c64560a362a6b01eec188dcfe6762..5b72a1dab47e8a4f76c71cfa69446d01617ce768 100644
--- a/pkg/analysis_server/bin/fuzz.dart
+++ b/pkg/analysis_server/bin/fuzz.dart
@@ -154,12 +154,6 @@ class _FuzzTest {
});
}
- void _printAnalysisSummary(AnalysisResults results) {
Brian Wilkerson 2014/11/13 16:11:35 You should check with Luke about this one, given t
- print(
- 'Found ${results.errorCount} errors, ${results.warningCount} warnings,'
- ' and ${results.hintCount} hints in $results.elapsed');
- }
-
/// Print information about how to use the server.
void _printUsage(ArgParser parser) {
print('Usage: $BINARY_NAME [flags] <application_directory>');
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/computer/computer_navigation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698