Skip to content

Commit 2b8801a

Browse files
Update src/Features/Core/Portable/ExtractMethod/SelectionInfo.cs
1 parent f16cf64 commit 2b8801a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Features/Core/Portable/ExtractMethod/SelectionInfo.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,5 @@ public SelectionType GetSelectionType()
7373
return SelectionType.MultipleStatements;
7474
}
7575

76-
//public TextSpan GetControlFlowSpan()
77-
// => TextSpan.FromBounds(this.FirstTokenInFinalSpan.SpanStart, this.LastTokenInFinalSpan.Span.End);
7876
}
7977
}

0 commit comments

Comments
 (0)