Commit b8ca31ed authored by aj's avatar aj
Browse files

* search.c (lookup_base_r): Remove unused variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69033 138bc75d-0d04-0410-961f-82ee72b054a4
parent 0c6109e0
2003-07-07 Andreas Jaeger <aj@suse.de>
* search.c (lookup_base_r): Remove unused variable.
2003-07-06 Michael Chastain <mec@shout.net>
 
PR debug/10055
......
......@@ -196,8 +196,6 @@ lookup_base_r (tree binfo, tree base, base_access access,
for (i = TREE_VEC_LENGTH (bases); i--;)
{
tree base_binfo = TREE_VEC_ELT (bases, i);
tree base_access = TREE_VEC_ELT (accesses, i);
base_kind bk;
bk = lookup_base_r (base_binfo, base,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment