]> gcc.gnu.org Git - gcc.git/commitdiff
* search.c (lookup_base_r): Remove unused variable.
authorAndreas Jaeger <aj@suse.de>
Mon, 7 Jul 2003 05:39:28 +0000 (07:39 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Mon, 7 Jul 2003 05:39:28 +0000 (07:39 +0200)
From-SVN: r69033

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,
This page took 0.091573 seconds and 5 git commands to generate.