diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-06-27 22:35:43 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-06-29 07:01:17 +0200 |
| commit | 3e2d956284e2d95203e48253ed3227312d7432a7 (patch) | |
| tree | 69c86af0bd2f40075515c33047f84a0fa6df72d1 | |
| parent | 338b94b8cd141a2ecb26fa6a35fb47a5217974ca (diff) | |
| download | sparse-dev-3e2d956284e2d95203e48253ed3227312d7432a7.tar.gz | |
diet: remove unused struct scope::token
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
| -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; }; |
