Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Nov 22, 2024
1 parent af00810 commit 2731462
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ char M(bool b, out int i, out int j)
return 'a';
}
}

char N(bool b, out int i, out int j)
{
i = 0;
Expand Down Expand Up @@ -599,7 +598,6 @@ char M(bool b, out int i, out int j)
else
return 'a';
}

char N(bool b, out int i, out int j)
{
i = 0;
Expand Down Expand Up @@ -710,7 +708,6 @@ char M(bool b, out int i, out int j)
return 'a';
}
}

char N(bool b, out int i, out int j)
{
i = 0;
Expand Down

0 comments on commit 2731462

Please sign in to comment.