diff options
Diffstat (limited to 'scope.h')
| -rw-r--r-- | scope.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ struct symbol; struct scope { - struct token *token; /* Scope start information */ struct symbol_list *symbols; /* List of symbols in this scope */ struct scope *next; }; |
