Index: pkg/compiler/lib/src/ssa/builder.dart |
diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart |
index 3264099cd73d05080b19604aaf13e4e81397d05d..93de3b9d117507622aecfa3857dde2f0f6db1ada 100644 |
--- a/pkg/compiler/lib/src/ssa/builder.dart |
+++ b/pkg/compiler/lib/src/ssa/builder.dart |
@@ -4164,10 +4164,6 @@ class SsaBuilder extends NewResolvedVisitor { |
push(buildInvokeSuper(compiler.noSuchMethodSelector, element, inputs)); |
} |
- visitSuperSend(ast.Send node) { |
- internalError(node, "Unexpected super send."); |
- } |
- |
/// Generate a call to a super method or constructor. |
void generateSuperInvoke(ast.Send node, FunctionElement function) { |
// TODO(5347): Try to avoid the need for calling [implementation] before |