summaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorshebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-29 21:13:35 +0000
committershebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-29 21:13:35 +0000
commit360ece753248451ec41e47e4cf6dd0a6ec6d1423 (patch)
tree09308d187343f4583e395acc59362332cbb6da2c /gcc/objc
parentdbbd6bcb1243db4ce4ea7a449c5a70acf436a46f (diff)
downloadgcc-360ece753248451ec41e47e4cf6dd0a6ec6d1423.tar.gz
Remove OBJC_PROLOGUE everywhere.
* objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE. * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE. * config/d30v/d30v.h: Similarly. * config/ip2k/ip2k.h: Similarly. * doc/tm.texi: Remove doc of OBJC_PROLOGUE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67229 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/objc-act.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index e0670e58a19..cf74c8d700a 100644
--- a/gcc/objc/objc-act.c
+++ b/gcc/objc/objc-act.c
@@ -8270,10 +8270,6 @@ finish_objc ()
generate_forward_declaration_to_string_table ();
-#ifdef OBJC_PROLOGUE
- OBJC_PROLOGUE;
-#endif
-
/* Process the static instances here because initialization of objc_symtab
depends on them. */
if (objc_static_instances)