Skip to content

Commit

Permalink
[PR feedback] Remove dead branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesqo committed Jun 13, 2017
1 parent 1c15322 commit b7e8a57
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ public override async Task RegisterCodeFixesAsync(CodeFixContext context)
break;
}

if (numberOfCharsToRemove == 0)
{
continue;
}

// The prefix is the full variable name. In this case we cannot generate a valid variable name and thus will not offer a code fix.
if (token.ValueText.Length == numberOfCharsToRemove)
{
Expand Down

0 comments on commit b7e8a57

Please sign in to comment.