summaryrefslogtreecommitdiffstats
path: root/tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tbl.c')
-rw-r--r--tbl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tbl.c b/tbl.c
index 1a9f01a5..bb301783 100644
--- a/tbl.c
+++ b/tbl.c
@@ -179,9 +179,5 @@ tbl_end(struct tbl_node **tblp)
tbl->line, tbl->pos, NULL);
return(0);
}
-
- if (tbl->last_span != NULL)
- tbl->last_span->flags |= TBL_SPAN_LAST;
-
return(1);
}