aboutsummaryrefslogtreecommitdiff
path: root/semantics.h
diff options
context:
space:
mode:
Diffstat (limited to 'semantics.h')
-rw-r--r--semantics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/semantics.h b/semantics.h
index 87cd345..b3cadaa 100644
--- a/semantics.h
+++ b/semantics.h
@@ -18,7 +18,6 @@ struct CVar {
CVar_t next; /* next in the linked list */
CType_t type;
int offset;
- int is_const;
CNode *ast;
};