aboutsummaryrefslogtreecommitdiff
path: root/inc/parse.h
diff options
context:
space:
mode:
authorMarvin Borner2023-04-13 16:44:53 +0200
committerMarvin Borner2023-04-13 16:44:53 +0200
commit43996255f614ac57deb2fc0666f221853c60b343 (patch)
tree0d7837a2522ded082a17722f7b51fd305918bac4 /inc/parse.h
parent3fec61c52b2636397012b82219e1ae5d19fc9fc0 (diff)
Options and fixes
Diffstat (limited to 'inc/parse.h')
-rw-r--r--inc/parse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/parse.h b/inc/parse.h
index c8cafed..2071f65 100644
--- a/inc/parse.h
+++ b/inc/parse.h
@@ -12,7 +12,6 @@
struct bloc_parsed {
size_t length;
struct term **entries;
- struct term *term;
};
struct term *parse_blc(const char *term);