(finish_decl_top_level): Removed; no longer used.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 May 1995 21:03:30 +0000 (21:03 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 May 1995 21:03:30 +0000 (21:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9765 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-decl.c

index 1b80172..a162ed3 100644 (file)
@@ -2304,20 +2304,6 @@ pushdecl_top_level (x)
   current_binding_level = b;
   return t;
 }
-
-
-/* Invoke finish_decl at the global binding level.  */
-
-void
-finish_decl_top_level (d, i, a)
-     tree d, i, a;
-{
-  register struct binding_level *b = current_binding_level;
-
-  current_binding_level = global_binding_level;
-  finish_decl (d, i, a);
-  current_binding_level = b;
-}
 \f
 /* Generate an implicit declaration for identifier FUNCTIONID
    as a function of type int ().  Print a warning if appropriate.  */