From 63af3bd1a2b1193444d01766cec9092cfbe4370a Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Sat, 11 Jan 2003 00:47:36 +0000 Subject: varasm.c (struct constant_descriptor_rtx): Remove unused `label' field. * varasm.c (struct constant_descriptor_rtx): Remove unused `label' field. From-SVN: r61182 --- gcc/varasm.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gcc/varasm.c') diff --git a/gcc/varasm.c b/gcc/varasm.c index 673030d..9fc92c4 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -1,6 +1,6 @@ /* Output variables, constants and external declarations, for GNU compiler. Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, - 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GCC. @@ -2832,9 +2832,6 @@ struct constant_descriptor_rtx GTY(()) /* More constant_descriptors with the same hash code. */ struct constant_descriptor_rtx *next; - /* The label of the constant. */ - const char *label; - /* A MEM for the constant. */ rtx rtl; -- cgit v1.1