summaryrefslogtreecommitdiffstats
path: root/tbl_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'tbl_int.h')
-rw-r--r--tbl_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tbl_int.h b/tbl_int.h
index 4bc12e02..c55ba160 100644
--- a/tbl_int.h
+++ b/tbl_int.h
@@ -28,7 +28,6 @@ enum tbl_part {
struct tbl_node {
struct tbl_opts opts; /* Options for the whole table. */
- struct mparse *parse; /* For error reporting. */
struct tbl_node *next; /* Next table. */
struct tbl_row *first_row; /* First layout row. */
struct tbl_row *last_row; /* Last layout row. */