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

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

Issue 99303004: Remove unused API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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/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) {

Powered by Google App Engine
This is Rietveld 408576698