summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/pval.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asterisk/pval.h b/include/asterisk/pval.h
index acc9b30e1..af9b79175 100644
--- a/include/asterisk/pval.h
+++ b/include/asterisk/pval.h
@@ -69,7 +69,6 @@ struct pval
struct pval *statements; /* used in case, default, catch, while's statement, CONTEXT elements, GLOBALS */
char *val; /* used in VARDEC */
char *for_test; /* used in FOR */
- int label_in_case; /* a boolean for LABELs */
struct pval *goto_target; /* used in GOTO */
} u2;