Commit 5fc521ac by Andreas Jaeger Committed by Andreas Jaeger

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

From-SVN: r69033
parent 267a0752
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