Skip to content

Commit

Permalink
Remove warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmarAubel committed Mar 22, 2024
1 parent 882fe3c commit 07667b6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ private CheckResult DetermineCheckResult(ExpressionSyntax condition)
return isPatternExpressionSyntax.Pattern switch
{
RecursivePatternSyntax recursivePatternSyntax => CheckedRecusivePattern(recursivePatternSyntax),
_ => throw new ArgumentOutOfRangeException(info +" " +isPatternExpressionSyntax.Pattern.ToString() + " " +
isPatternExpressionSyntax.Pattern.Kind())
};

break;
Expand Down

0 comments on commit 07667b6

Please sign in to comment.