summaryrefslogtreecommitdiff
path: root/gcc/ch/inout.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-10-15 07:04:49 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1998-10-15 07:04:49 +0000
commit12fe4621bfe1266d2c374c053aa031a435b8661f (patch)
tree38b37e10ac3ee442c452c75d9c8ccb155ae5480e /gcc/ch/inout.c
parent5557c30d8ba57cb8eb2b64c34a3962246bde2db6 (diff)
downloadgcc-12fe4621bfe1266d2c374c053aa031a435b8661f.tar.gz
Warning fixes:
* expr.c (build_chill_card): Use &&, not &, when comparing truth values. * parse.c (parse_spec_module): Remove unused variable `module_name', but preserve function call from initialization. (parse_operand6): Mark variable `location' with ATTRIBUTE_UNUSED. * inout.c (init_text_location): Remove unused variable `textlength'. From-SVN: r23106
Diffstat (limited to 'gcc/ch/inout.c')
-rw-r--r--gcc/ch/inout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ch/inout.c b/gcc/ch/inout.c
index c9af8160bd6..c191c9160cb 100644
--- a/gcc/ch/inout.c
+++ b/gcc/ch/inout.c
@@ -2221,7 +2221,6 @@ void init_text_location (decl, type)
tree type;
{
tree indexmode = text_indexmode (type);
- tree textlength = text_length (type);
unsigned long accessflags = 0;
unsigned long textflags = IO_TEXTLOCATION;
tree lowindex = integer_zero_node;