| Index: pkg/analyzer/lib/error/listener.dart
|
| diff --git a/pkg/analyzer/lib/error/listener.dart b/pkg/analyzer/lib/error/listener.dart
|
| index 1f75fcb1b1f2366688cb53b5f61b1e00c3517311..db9abf4570f8494a07be53e194ef28b0b7c0d047 100644
|
| --- a/pkg/analyzer/lib/error/listener.dart
|
| +++ b/pkg/analyzer/lib/error/listener.dart
|
| @@ -98,15 +98,6 @@ class ErrorReporter {
|
| }
|
|
|
| /**
|
| - * Creates an error with properties with the given [errorCode] and
|
| - * [arguments]. The [node] is used to compute the location of the error.
|
| - */
|
| - AnalysisErrorWithProperties newErrorWithProperties(
|
| - ErrorCode errorCode, AstNode node, List<Object> arguments) =>
|
| - new AnalysisErrorWithProperties(
|
| - _source, node.offset, node.length, errorCode, arguments);
|
| -
|
| - /**
|
| * Report the given [error].
|
| */
|
| void reportError(AnalysisError error) {
|
|
|