mirror of https://github.com/TheAlgorithms/C
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