| Index: dart/sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| diff --git a/dart/sdk/lib/_internal/compiler/implementation/typechecker.dart b/dart/sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| index f5eccfd324f77b4134c447d7e01c2ae517c96231..85ea6c7134f75c5f0e65106a31bd12c19b8d1651 100644
|
| --- a/dart/sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| +++ b/dart/sdk/lib/_internal/compiler/implementation/typechecker.dart
|
| @@ -328,7 +328,6 @@ class TypeCheckerVisitor extends Visitor<DartType> {
|
| }
|
|
|
| // TODO(karlklose): remove these functions.
|
| - DartType unhandledStatement() => StatementType.NOT_RETURNING;
|
| DartType unhandledExpression() => types.dynamicType;
|
|
|
| DartType analyzeNonVoid(Node node) {
|
|
|