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 977e630e426a70edcc77da0a31582d89ee375533..61e908c65d0d015ec4599ba949a2048a7bdba048 100644 |
--- a/pkg/front_end/lib/src/fasta/loader.dart |
+++ b/pkg/front_end/lib/src/fasta/loader.dart |
@@ -169,8 +169,6 @@ ${format(ms / libraryCount, 3, 12)} ms/compilation unit."""); |
Builder getFallThroughError() => target.getFallThroughError(this); |
Builder getNativeAnnotation() => target.getNativeAnnotation(this); |
- |
- Builder getNoSuchMethodError() => target.getNoSuchMethodError(this); |
} |
String format(double d, int fractionDigits, int width) { |