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

Unified Diff: pkg/front_end/lib/src/fasta/builder/class_builder.dart

Issue 2976753002: Remove deprecated_addNit. (Closed)
Patch Set: Created 3 years, 5 months 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: pkg/front_end/lib/src/fasta/builder/class_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/class_builder.dart b/pkg/front_end/lib/src/fasta/builder/class_builder.dart
index f3cd77a21662820beb1546cb6e0dcb9ff9ef858f..edccd168c6835bfed2ffba690d298bc87f149737 100644
--- a/pkg/front_end/lib/src/fasta/builder/class_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/class_builder.dart
@@ -229,8 +229,4 @@ abstract class ClassBuilder<T extends TypeBuilder, R>
void deprecated_addWarning(int charOffset, String message) {
library.deprecated_addWarning(charOffset, message, fileUri: fileUri);
}
-
- void deprecated_addNit(int charOffset, String message) {
- library.deprecated_addNit(charOffset, message, fileUri: fileUri);
- }
}
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/builder/library_builder.dart » ('j') | pkg/front_end/messages.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698