diff options
Diffstat (limited to 'semantics.h')
-rw-r--r-- | semantics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/semantics.h b/semantics.h index d781737..cf3666a 100644 --- a/semantics.h +++ b/semantics.h @@ -120,7 +120,6 @@ struct CScope { typedef struct ExpType { CType_t type; int lval; - int is_var; } ExpType; CScope_t cscope_create(); |