Skip to content

Commit

Permalink
Stray assertion.
Browse files Browse the repository at this point in the history
This doesn't help for #317, but whatever the solution is there, asserting about it is the wrong thing to do.

Spotted by @classabbyamp, thank you
  • Loading branch information
katef committed Aug 25, 2024
1 parent 00ad53b commit 5010a40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libre/print/abnf.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ pp_iter(FILE *f, const struct fsm_options *opt, enum re_flags *re_flags, struct
break;

case AST_EXPR_SUBTRACT:
assert(!"unimplemented");
pp_atomic(f, opt, re_flags, n->u.subtract.a, n);
fprintf(f, " - ");
pp_atomic(f, opt, re_flags, n->u.subtract.b, n);
Expand Down

0 comments on commit 5010a40

Please sign in to comment.