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 7282df7..97520a7 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -395,11 +395,6 @@ struct cpp_options /* Nonzero means handle C++ alternate operator names. */ unsigned char operator_names; - /* True if --help, --version or --target-help appeared in the - options. Stand-alone CPP should then bail out after option - parsing; drivers might want to continue printing help. */ - unsigned char help_only; - /* True for traditional preprocessing. */ unsigned char traditional; |