summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
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 708b6724..9002fd11 100644
--- a/lib.h
+++ b/lib.h
@@ -340,7 +340,6 @@ union obj {
struct list_accum {
obj_t *head;
obj_t *tail;
- obj_t *dot;
};
#if CONFIG_GEN_GC