]> git.saurik.com Git - bison.git/blobdiff - src/LR0.c
Report rules which are never reduced by the parser: those hidden
[bison.git] / src / LR0.c
index 00ff736ce9e8d8b25dd029f664cab48fff18d147..184a25f4dbba970f8825bcc07889017f02849a80 100644 (file)
--- 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)
     {