projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
267a075
)
* search.c (lookup_base_r): Remove unused variable.
author
Andreas Jaeger
<aj@suse.de>
Mon, 7 Jul 2003 05:39:28 +0000
(07:39 +0200)
committer
Andreas Jaeger
<aj@gcc.gnu.org>
Mon, 7 Jul 2003 05:39:28 +0000
(07:39 +0200)
From-SVN: r69033
gcc/cp/ChangeLog
patch
|
blob
|
history
gcc/cp/search.c
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index 3539a0699520e752c051d5a70fe81e20a5e2bef0..695aa6c7686db25effa8f92d29624f0a5e929aa3 100644
(file)
--- a/
gcc/cp/ChangeLog
+++ b/
gcc/cp/ChangeLog
@@
-1,3
+1,7
@@
+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
diff --git
a/gcc/cp/search.c
b/gcc/cp/search.c
index c287dff5cb6f1afdf8fb53f9bfda34013f4be2cc..b53784de427d7b3cd6681b61355f9320bb390aa5 100644
(file)
--- a/
gcc/cp/search.c
+++ b/
gcc/cp/search.c
@@
-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,