summaryrefslogtreecommitdiffstats
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
commit338d0803cd5fcd89cd5ed908b6d3ca75f0dd35ed (patch)
treee9d3b596361d1cff0924cdae996e7c4625ed5527
parentd75adfc4ea8b262ac6e0b920dc81bf0609e5c386 (diff)
downloadtxr-338d0803cd5fcd89cd5ed908b6d3ca75f0dd35ed.tar.gz
txr-338d0803cd5fcd89cd5ed908b6d3ca75f0dd35ed.tar.bz2
txr-338d0803cd5fcd89cd5ed908b6d3ca75f0dd35ed.zip
seq_build: remove unused struct member.
* lib.h (struct seq_build): Remove inf member.
-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;