Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
5fc521ac
Commit
5fc521ac
authored
Jul 07, 2003
by
Andreas Jaeger
Committed by
Andreas Jaeger
Jul 07, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* search.c (lookup_base_r): Remove unused variable.
From-SVN: r69033
parent
267a0752
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/cp/ChangeLog
+4
-0
gcc/cp/search.c
+0
-2
No files found.
gcc/cp/ChangeLog
View file @
5fc521ac
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
...
...
gcc/cp/search.c
View file @
5fc521ac
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment