aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1992-05-23 11:14:45 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1992-05-23 11:14:45 +0000
commit6adb45196dfed2c30fe1e20ce4f08c4269f112a8 (patch)
treead87851aa8e766d63dbe053d53c8e71b0366ff80
parentbb5794b9be14adabee118390ca18f0061e72c1e4 (diff)
downloadgcc-6adb45196dfed2c30fe1e20ce4f08c4269f112a8.zip
gcc-6adb45196dfed2c30fe1e20ce4f08c4269f112a8.tar.gz
gcc-6adb45196dfed2c30fe1e20ce4f08c4269f112a8.tar.bz2
*** empty log message ***
From-SVN: r1061
-rw-r--r--gcc/config/mips/mips.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c
index 9e8faa9..80eae53 100644
--- a/gcc/config/mips/mips.c
+++ b/gcc/config/mips/mips.c
@@ -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 = "";