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
69862840
Commit
69862840
authored
Sep 15, 2004
by
Nathan Sidwell
Committed by
Nathan Sidwell
Sep 15, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* search.c (get_pure_virtuals): Remove unused variables.
From-SVN: r87542
parent
16ae29f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
gcc/cp/ChangeLog
+2
-0
gcc/cp/search.c
+0
-4
No files found.
gcc/cp/ChangeLog
View file @
69862840
2004-09-15 Nathan Sidwell <nathan@codesourcery.com>
* search.c (get_pure_virtuals): Remove unused variables.
* cp-tree.h (struct lang_decl_flags): Remove
needs_final_overrider.
(DECL_NEEDS_FINAL_OVERRIDER_P): Remove.
...
...
gcc/cp/search.c
View file @
69862840
...
...
@@ -1890,10 +1890,6 @@ dfs_get_pure_virtuals (tree binfo, void *data)
void
get_pure_virtuals
(
tree
type
)
{
unsigned
ix
;
tree
binfo
;
VEC
(
tree
)
*
vbases
;
/* Clear the CLASSTYPE_PURE_VIRTUALS list; whatever is already there
is going to be overridden. */
CLASSTYPE_PURE_VIRTUALS
(
type
)
=
NULL_TREE
;
...
...
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