aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scope.h
diff options
Diffstat (limited to 'scope.h')
-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;
};