summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib.h b/lib.h
index 9002fd11..f039568f 100644
--- a/lib.h
+++ b/lib.h
@@ -337,11 +337,6 @@ union obj {
struct dyn_args a;
};
-struct list_accum {
- obj_t *head;
- obj_t *tail;
-};
-
#if CONFIG_GEN_GC
typedef struct {
val *ptr;