Skip to content

Commit ac26e94

Browse files
srawlinsCommit Queue
authored andcommitted
linter: remove unused State.getDescription
Change-Id: Ia241ed01ad81cfdc399cf3011e3b4f6d43113950 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/428926 Commit-Queue: Samuel Rawlins <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
1 parent 261f819 commit ac26e94

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pkg/analyzer/lib/src/lint/state.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ sealed class State {
9292
/// A short description, suitable for displaying in documentation or a
9393
/// diagnostic message.
9494
String get label;
95-
96-
/// An optional description that can be used in documentation or diagnostic
97-
/// reporting.
98-
@Deprecated('Not set by any lint rule, remove any usages.')
99-
String? getDescription() => null;
10095
}
10196

10297
extension StateExtension on State {

0 commit comments

Comments
 (0)