objc-act.c (objc_finish_file): Remove ifdef clause for OBJCPLUS and content where...
authorAndreas Tobler <a.tobler@schweiz.org>
Thu, 2 Nov 2006 20:03:40 +0000 (20:03 +0000)
committerAndreas Tobler <andreast@gcc.gnu.org>
Thu, 2 Nov 2006 20:03:40 +0000 (21:03 +0100)
2006-11-02  Andreas Tobler  <a.tobler@schweiz.org>

* 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
gcc/objc/objc-act.c

index c0605d0..b3647d9 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-02  Andreas Tobler  <a.tobler@schweiz.org>
+
+       * 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  <rafael.espindola@gmail.com>
 
        * objc-act.c (synth_module_prologue): Replace calls to
index ab0f34a..d0c3447 100644 (file)
@@ -550,10 +550,6 @@ objc_finish_file (void)
 
   if (gen_declaration_file)
     fclose (gen_declaration_file);
-
-#ifdef OBJCPLUS
-  cp_finish_file ();
-#endif
 }
 \f
 /* Return the first occurrence of a method declaration corresponding