summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2024-02-27 07:42:12 -0800
committerKaz Kylheku <kaz@kylheku.com>2024-02-27 07:42:12 -0800
commit5ddea59ed9e1a3686c352059bad2ddab2dda19a4 (patch)
treee9d3b596361d1cff0924cdae996e7c4625ed5527 /lib.h
parent70b3e3f61b57b210866f11d6f4337bae913f60fd (diff)
downloadtxr-5ddea59ed9e1a3686c352059bad2ddab2dda19a4.tar.gz
txr-5ddea59ed9e1a3686c352059bad2ddab2dda19a4.tar.bz2
txr-5ddea59ed9e1a3686c352059bad2ddab2dda19a4.zip
seq_build: remove unused struct member.
* lib.h (struct seq_build): Remove inf member.
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 42e53018..5084c1dc 100644
--- a/lib.h
+++ b/lib.h
@@ -470,7 +470,6 @@ struct seq_iter_ops {
#define seq_iter_ops_init_nomark(get, peek) { get, peek, 0 }
typedef struct seq_build {
- seq_info_t inf;
val obj;
union {
val from_list_meth;