X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/caf23d249cfc6d9a807989cab399cd97496ef45d..e8832397ea06de8049828011aff948b5302ffe66:/src/LR0.c diff --git a/src/LR0.c b/src/LR0.c index 00ff736c..184a25f4 100644 --- a/src/LR0.c +++ b/src/LR0.c @@ -282,11 +282,6 @@ save_reductions (state_t *state) int count = 0; int i; - /* If this is the final state, we want it to have no reductions at - all, although it has one for `START_SYMBOL $end .'. */ - if (final_state && state->number == final_state->number) - return; - /* Find and count the active items that represent ends of rules. */ for (i = 0; i < nritemset; ++i) {