The "also" was from an earlier version of the code, not checked in.
[skip ci]
*/
x = opt_state->all_dom_sets;
/*
*/
x = opt_state->all_dom_sets;
/*
- * In opt_init(), we've also made sure the product doesn't
- * overflow.
+ * In opt_init(), we've made sure the product doesn't overflow.
*/
i = opt_state->n_blocks * opt_state->nodewords;
while (i != 0) {
*/
i = opt_state->n_blocks * opt_state->nodewords;
while (i != 0) {
x = opt_state->all_edge_sets;
/*
x = opt_state->all_edge_sets;
/*
- * In opt_init(), we've also made sure the product doesn't
- * overflow.
+ * In opt_init(), we've made sure the product doesn't overflow.
*/
for (i = opt_state->n_edges * opt_state->edgewords; i != 0; ) {
--i;
*/
for (i = opt_state->n_edges * opt_state->edgewords; i != 0; ) {
--i;