diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 368fe46..82746b5 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -333,9 +333,6 @@ struct cpp_reader preprocessor. */ struct spec_nodes spec_nodes; - /* We're printed a warning recommending against using #import. */ - unsigned char import_warning; - /* Whether to print our version number. Done this way so we don't get it twice for -v -version. */ unsigned char print_version; |