Index: pkg/front_end/lib/src/fasta/loader.dart |
diff --git a/pkg/front_end/lib/src/fasta/loader.dart b/pkg/front_end/lib/src/fasta/loader.dart |
index 5a8e64a29cca8dee39fbd3039dad53a614c9ae65..4f94ef5555274cde6b1e489b9dcb266ba38e622b 100644 |
--- a/pkg/front_end/lib/src/fasta/loader.dart |
+++ b/pkg/front_end/lib/src/fasta/loader.dart |
@@ -183,8 +183,6 @@ ${format(ms / libraryCount, 3, 12)} ms/compilation unit."""); |
return target.getDuplicatedFieldInitializerError(this); |
} |
- Builder getFallThroughError() => target.getFallThroughError(this); |
- |
Builder getNativeAnnotation() => target.getNativeAnnotation(this); |
} |