diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index aa5eec4..88addea 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -378,10 +378,6 @@ struct cpp_reader cpp_token avoid_paste; cpp_token eof; - /* True if we should warn about dollars in identifiers or numbers - for this translation unit. */ - bool warn_dollars; - /* Opaque handle to the dependencies of mkdeps.c. */ struct deps *deps; |