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

Unified Diff: dart/sdk/lib/_internal/compiler/implementation/source_file_provider.dart

Issue 12525007: Record dependency information to implement first version of dependency (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 7 years, 9 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: dart/sdk/lib/_internal/compiler/implementation/source_file_provider.dart
diff --git a/dart/sdk/lib/_internal/compiler/implementation/source_file_provider.dart b/dart/sdk/lib/_internal/compiler/implementation/source_file_provider.dart
index fc4e9b24ac0de57f0c84d66e401006fba50e8f0a..f58d5ca357dc341b4de754848f285dacfa6adb7a 100644
--- a/dart/sdk/lib/_internal/compiler/implementation/source_file_provider.dart
+++ b/dart/sdk/lib/_internal/compiler/implementation/source_file_provider.dart
@@ -49,10 +49,6 @@ class SourceFileProvider {
}
}
-void silentDiagnosticHandler(Uri uri, int begin, int end, String message,
- api.Diagnostic kind) {
-}
-
class FormattingDiagnosticHandler {
final SourceFileProvider provider;
bool showWarnings = true;

Powered by Google App Engine
This is Rietveld 408576698