mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-24 22:39:52 +03: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)
|
void positionBoat(int mat[10][10], int boat)
|
||||||
{
|
{
|
||||||
int line, j, i;
|
int line, j;
|
||||||
char column, guide;
|
char column, guide;
|
||||||
|
|
||||||
if (boat == 1)
|
if (boat == 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user