aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-06-27 22:35:43 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-06-29 07:01:17 +0200
commit3e2d956284e2d95203e48253ed3227312d7432a7 (patch)
tree69c86af0bd2f40075515c33047f84a0fa6df72d1
parent338b94b8cd141a2ecb26fa6a35fb47a5217974ca (diff)
downloadsparse-dev-3e2d956284e2d95203e48253ed3227312d7432a7.tar.gz
diet: remove unused struct scope::token
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-rw-r--r--scope.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scope.h b/scope.h
index 9bbb6757..d9a14aa3 100644
--- a/scope.h
+++ b/scope.h
@@ -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;
};