Skip to content

Commit 01c7d0b

Browse files
committed
remove: unnecessary variable
1 parent 8434610 commit 01c7d0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.c

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ int main() {
1010
int cols = COLS;
1111
int cellAlive = 0;
1212
int cellDead = 0;
13-
int invalidPattern;
1413

1514
char* requestedPattern;
1615

0 commit comments

Comments
 (0)