*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Sat, 23 May 1992 11:14:45 +0000 (11:14 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Sat, 23 May 1992 11:14:45 +0000 (11:14 +0000)
From-SVN: r1061

gcc/config/mips/mips.c

index 9e8faa992b615f5e6e1739ff98cdca694f2ab00c..80eae53ed35a0a1febd02cd76d223f0d27d9a141 100644 (file)
@@ -154,9 +154,6 @@ struct extern_list {
   int size;                    /* size in bytes */
 } *extern_head = 0;
 
-/* Name of the current function.  */
-char *current_function_name;
-
 /* Name of the file containing the current function.  */
 char *current_function_file = "";