aboutsummaryrefslogtreecommitdiff
path: root/parts/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/table.h')
-rw-r--r--parts/table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/parts/table.h b/parts/table.h
index c60ad4f..b768b1a 100644
--- a/parts/table.h
+++ b/parts/table.h
@@ -87,7 +87,6 @@ int table_insert(size_t state, symbol sym, struct action a)
}
if(shift_reduce) {
- report = 1;
shift_p = precedence_symbol[sym];
reduce_p = (tbl_is_reduce)
? precedence_production[tbl_a->arg]