From 88852cb5127cf6c6a4c165dfb2d935972d203b79 Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Thu, 2 Nov 2006 20:03:40 +0000 Subject: objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and content where we called cp_finish_file. 2006-11-02 Andreas Tobler * objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and content where we called cp_finish_file. From-SVN: r118424 --- gcc/objc/ChangeLog | 5 +++++ gcc/objc/objc-act.c | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'gcc/objc') diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index c0605d0..b3647d99 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,8 @@ +2006-11-02 Andreas Tobler + + * objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and + content where we called cp_finish_file. + 2006-10-23 Rafael Avila de Espindola * objc-act.c (synth_module_prologue): Replace calls to diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index ab0f34a..d0c3447 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -550,10 +550,6 @@ objc_finish_file (void) if (gen_declaration_file) fclose (gen_declaration_file); - -#ifdef OBJCPLUS - cp_finish_file (); -#endif } /* Return the first occurrence of a method declaration corresponding -- cgit v1.1