diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 908040a6948..d9ebb983f09 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -279,15 +279,6 @@ struct cpp_reader unsigned char *macro_buffer; unsigned int macro_buffer_len; - /* Current depth in #include directives that use <...>. */ - unsigned int system_include_depth; - - /* Current depth of buffer stack. */ - unsigned int buffer_stack_depth; - - /* Current depth in #include directives. */ - unsigned int include_depth; - /* Tree of other included files. See cppfiles.c. */ struct splay_tree_s *all_include_files; |