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
d756a70611
commit
3a04dd3420
@ -123,7 +123,7 @@ int canShoot(int mat[10][10], int line, int column)
|
||||
*/
|
||||
void positionBoat(int mat[10][10], int boat)
|
||||
{
|
||||
int line, j, i;
|
||||
int line, j;
|
||||
char column, guide;
|
||||
|
||||
if (boat == 1)
|
||||
|
Loading…
Reference in New Issue
Block a user