diff options
author | K. Richard Pixley <rich@cygnus> | 1993-09-08 21:23:41 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-09-08 21:23:41 +0000 |
commit | 72cd0384f2eb86970fa0b0415571c23867e5940d (patch) | |
tree | 5539f0cb33ac83d25ed7af96264f81f0e1aa266d /gdb/ch-valprint.c | |
parent | 6406a867406328c074e0991ab96f0e6a7ff3a727 (diff) | |
download | gdb-72cd0384f2eb86970fa0b0415571c23867e5940d.zip gdb-72cd0384f2eb86970fa0b0415571c23867e5940d.tar.gz gdb-72cd0384f2eb86970fa0b0415571c23867e5940d.tar.bz2 |
gcc lint
Diffstat (limited to 'gdb/ch-valprint.c')
-rw-r--r-- | gdb/ch-valprint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ch-valprint.c b/gdb/ch-valprint.c index 23891e8..873da1b 100644 --- a/gdb/ch-valprint.c +++ b/gdb/ch-valprint.c @@ -60,7 +60,6 @@ chill_val_print (type, valaddr, address, stream, format, deref_ref, recurse, LONGEST val; unsigned int i = 0; /* Number of characters printed. */ struct type *elttype; - unsigned eltlen; CORE_ADDR addr; switch (TYPE_CODE (type)) |