Skip to content

Commit 6862a56

Browse files
Remove
1 parent 9d0d01d commit 6862a56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ internal abstract class SelectionResult(
4747
/// </summary>
4848
private ControlFlowAnalysis? _statementControlFlowAnalysis;
4949

50-
// protected abstract bool UnderAnonymousOrLocalMethod(SyntaxToken token, SyntaxToken firstToken, SyntaxToken lastToken);
51-
5250
public abstract TExecutableStatementSyntax GetFirstStatementUnderContainer();
5351
public abstract TExecutableStatementSyntax GetLastStatementUnderContainer();
5452

0 commit comments

Comments
 (0)