]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* search.c (lookup_base_r): Remove unused variable.
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jul 2003 05:39:28 +0000 (05:39 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jul 2003 05:39:28 +0000 (05:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69033 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/search.c

index 3539a0699520e752c051d5a70fe81e20a5e2bef0..695aa6c7686db25effa8f92d29624f0a5e929aa3 100644 (file)
@@ -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
index c287dff5cb6f1afdf8fb53f9bfda34013f4be2cc..b53784de427d7b3cd6681b61355f9320bb390aa5 100644 (file)
@@ -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,