Skip to content

Commit da3d6d7

Browse files
committed
Remove stale TODO
1 parent da4ba30 commit da3d6d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parser.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@ struct TuringMachine* parse(const char* const file_name) {
498498
struct TuringMachine* machine = calloc(1, sizeof(struct TuringMachine));
499499
machine->state = start;
500500

501-
// TODO: Add default init tape
502501
if(head.tape_len > 0) {
503502
Symbol* symbols = malloc(sizeof(Symbol) * head.tape_len);
504503

0 commit comments

Comments
 (0)