Skip to content

Commit a32aff3

Browse files
committed
Stray comment.
1 parent 68c612d commit a32aff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rx/main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,6 @@ build_literals_fsm(bool show_stats,
464464
}
465465
}
466466

467-
/* We don't minimise here because this fsm has multiple endids,
468-
* and the resulting FSM would be very similar to the current DFA */
469-
470467
#ifndef NDEBUG
471468
/*
472469
* We could test to see that the fsm isn't any different.
@@ -481,6 +478,9 @@ build_literals_fsm(bool show_stats,
481478
*/
482479
#endif
483480

481+
/* We don't minimise here because this fsm has multiple endids,
482+
* and the resulting FSM would be very similar to the current DFA */
483+
484484
return fsm;
485485
}
486486

0 commit comments

Comments
 (0)