mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-23 07:24:45 +00:00
Delete : unused variable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user