summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;