| Index: dart/pkg/compiler/lib/src/diagnostic_listener.dart
|
| diff --git a/dart/pkg/compiler/lib/src/diagnostic_listener.dart b/dart/pkg/compiler/lib/src/diagnostic_listener.dart
|
| index 40d77b10f8f3cac4c9a58eddf7028691fd16458c..d57b11d0d54bf7aae617e02f1094ae4122642f75 100644
|
| --- a/dart/pkg/compiler/lib/src/diagnostic_listener.dart
|
| +++ b/dart/pkg/compiler/lib/src/diagnostic_listener.dart
|
| @@ -12,10 +12,6 @@ abstract class DiagnosticListener {
|
|
|
| SourceSpan spanFromSpannable(Spannable node);
|
|
|
| - /// Reports an error and terminates computation immediately.
|
| - void reportFatalError(Spannable node, MessageKind errorCode,
|
| - [Map arguments = const {}]);
|
| -
|
| void reportError(Spannable node, MessageKind errorCode,
|
| [Map arguments = const {}]);
|
|
|
|
|