aboutsummaryrefslogtreecommitdiff
path: root/inc/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/term.h')
-rw-r--r--inc/term.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/term.h b/inc/term.h
index b70e60a..8fbdad7 100644
--- a/inc/term.h
+++ b/inc/term.h
@@ -6,7 +6,6 @@
typedef enum { INV, ABS, APP, VAR, CLOSURE, CACHE } term_type;
struct term {
- int tracker;
term_type type;
union {
struct {