diff --git a/pkg/analyzer/lib/src/lint/state.dart b/pkg/analyzer/lib/src/lint/state.dart index 5e7e4a2a043..cf07c00b3bd 100644 --- a/pkg/analyzer/lib/src/lint/state.dart +++ b/pkg/analyzer/lib/src/lint/state.dart @@ -92,11 +92,6 @@ sealed class State { /// A short description, suitable for displaying in documentation or a /// diagnostic message. String get label; - - /// An optional description that can be used in documentation or diagnostic - /// reporting. - @Deprecated('Not set by any lint rule, remove any usages.') - String? getDescription() => null; } extension StateExtension on State {