diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 67508da..7e9aa7d 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -144,9 +144,6 @@ struct cpp_buffer { struct cpp_pending; /* Forward declaration - for C++. */ struct file_name_map_list; -typedef struct assertion_hashnode ASSERTION_HASHNODE; -#define ASSERTION_HASHSIZE 37 - /* Maximum nesting of cpp_buffers. We use a static limit, partly for efficiency, and partly to limit runaway recursion. */ #define CPP_STACK_MAX 200 @@ -230,8 +227,6 @@ struct cpp_reader struct tm *timebuf; - ASSERTION_HASHNODE *assertion_hashtab[ASSERTION_HASHSIZE]; - /* Buffer of -M output. */ char *deps_buffer; |