diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 8dea43b..95494a9 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -187,10 +187,6 @@ tree c_global_trees[CTI_MAX]; langhook should take care of initialization of this array. */ bool statement_code_p[MAX_TREE_CODES]; - -/* Nonzero if we can read a PCH file now. */ - -int allow_pch = 1; /* Switches common to the C front ends. */ |