summaryrefslogtreecommitdiff
path: root/gcc/cp/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/parser.h')
-rw-r--r--gcc/cp/parser.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/cp/parser.h b/gcc/cp/parser.h
index 49c8eb6527a..76bb105e350 100644
--- a/gcc/cp/parser.h
+++ b/gcc/cp/parser.h
@@ -214,6 +214,7 @@ struct cp_oacc_routine_data : cp_omp_declare_simd_data {
};
class blt_node;
+class blt_context;
/* The cp_parser structure represents the C++ parser. */
@@ -414,9 +415,6 @@ struct GTY(()) cp_parser {
context e.g., because they could never be deduced. */
int prevent_constrained_type_specifiers;
- /* The top-level node for the translation-unit. */
- blt_node * GTY((skip)) blt_root_node;
-
/* The current node being parsed. */
blt_node * GTY((skip)) blt_current_node;
};