This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/18623] 4 * libiberty local variables set but never used
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Nov 2004 02:19:36 -0000
- Subject: [Bug other/18623] 4 * libiberty local variables set but never used
- References: <20041123083148.18623.dcb314@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-24 02:19 -------
Subject: Bug 18623
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: ian@gcc.gnu.org 2004-11-24 02:19:11
Modified files:
libiberty : ChangeLog cp-demangle.c cplus-dem.c
Log message:
PR other/18623
* cp-demangle.c (d_call_offset): Remove useless local variables
offset and virtual_offset.
* cplus-dem.c (ada_demangle): Remove useless local variable
at_start_name.
(demangle_template): Remove useless local variable start.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/ChangeLog.diff?cvsroot=gcc&r1=1.532&r2=1.533
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/cp-demangle.c.diff?cvsroot=gcc&r1=1.74&r2=1.75
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/cplus-dem.c.diff?cvsroot=gcc&r1=1.95&r2=1.96
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18623