Skip to content

Commit 9d0d01d

Browse files
Remove
1 parent 0abf794 commit 9d0d01d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Features/Core/Portable/ExtractMethod/MethodExtractor.AnalyzerResult.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ protected sealed class AnalyzerResult(
5050
/// </summary>
5151
public bool EndOfSelectionReachable { get; } = endOfSelectionReachable;
5252

53-
// <summary>
54-
// flag to show whether task return type is due to await
55-
// </summary>
56-
//public bool AwaitTaskReturn { get; } = awaitTaskReturn;
57-
5853
/// <summary>
5954
/// Initial computed return type for the extract method. This does not include any wrapping in a type like
6055
/// <see cref="Task{TResult}"/> for async methods.
@@ -69,9 +64,6 @@ protected sealed class AnalyzerResult(
6964

7065
public ImmutableArray<VariableInfo> Variables { get; } = variables;
7166

72-
//public bool IsVoidMethod
73-
// => ReturnType.SpecialType == SpecialType.System_Void;
74-
7567
public ImmutableArray<VariableInfo> GetVariablesToSplitOrMoveIntoMethodDefinition()
7668
{
7769
return Variables.WhereAsArray(

0 commit comments

Comments
 (0)