mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Delete : unused variable
This commit is contained in:
parent
3a04dd3420
commit
900d24ef71
@ -441,7 +441,6 @@ void shoot(int mat[10][10], int line, int column)
|
||||
|
||||
int calculateScore(int mat[10][10], int line, int column)
|
||||
{
|
||||
int i, j, cont = 1;
|
||||
int c = 0, b = 0, e = 0, d = 0;
|
||||
|
||||
if (mat[line][column] == 10)
|
||||
|
Loading…
Reference in New Issue
Block a user