diff options
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/target.h b/gcc/target.h index a21c5126b79..1f294126ae9 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -44,8 +44,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. to gradually reduce the amount of conditional compilation that is scattered throughout GCC. */ -struct cpp_reader; - struct gcc_target { /* Functions that output assembler for the target. */ @@ -200,8 +198,6 @@ struct gcc_target can be inlined despite its machine attributes, false otherwise. */ bool (* function_attribute_inlinable_p) PARAMS ((tree fndecl)); - void (* register_cpp_builtins) PARAMS ((struct cpp_reader *)); - /* Return true if bitfields in RECORD_TYPE should follow the Microsoft Visual C++ bitfield layout rules. */ bool (* ms_bitfield_layout_p) PARAMS ((tree record_type)); |