| 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;
|
|
|