Skip to content

Commit 242a20e

Browse files
bwilkersonCommit Queue
authored andcommitted
Remove an unreferences assist kind
Change-Id: I4accda710fececceff2fae3ba5a8014a89e504d4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/402760 Reviewed-by: Samuel Rawlins <[email protected]> Auto-Submit: Brian Wilkerson <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
1 parent 5dc0e3c commit 242a20e

File tree

1 file changed

+0
-5
lines changed
  • pkg/analysis_server/lib/src/services/correction

1 file changed

+0
-5
lines changed

pkg/analysis_server/lib/src/services/correction/assist.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -482,11 +482,6 @@ abstract final class DartAssistKind {
482482
DartAssistKindPriority.SURROUND_WITH_WHILE,
483483
"Surround with 'while'",
484484
);
485-
static const UNWRAP_IF_BODY = AssistKind(
486-
'dart.assist.unwrap.if',
487-
DartAssistKindPriority.DEFAULT,
488-
"Unwrap 'if' body",
489-
);
490485
static const USE_CURLY_BRACES = AssistKind(
491486
'dart.assist.surround.curlyBraces',
492487
DartAssistKindPriority.DEFAULT,

0 commit comments

Comments
 (0)