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
10a38dba
Commit
10a38dba
authored
Oct 09, 2002
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Oct 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl2.c (prune_vtable_vardecl): Delete unused function.
From-SVN: r57994
parent
b4d8dbcf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
gcc/cp/ChangeLog
+4
-0
gcc/cp/decl2.c
+0
-10
No files found.
gcc/cp/ChangeLog
View file @
10a38dba
2002-10-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl2.c (prune_vtable_vardecl): Delete unused function.
2002-10-03 Mark Mitchell <mark@codesourcery.com>
PR c++/7754
...
...
gcc/cp/decl2.c
View file @
10a38dba
...
...
@@ -61,7 +61,6 @@ typedef struct priority_info_s {
static
void
mark_vtable_entries
PARAMS
((
tree
));
static
void
grok_function_init
PARAMS
((
tree
,
tree
));
static
int
finish_vtable_vardecl
PARAMS
((
tree
*
,
void
*
));
static
int
prune_vtable_vardecl
PARAMS
((
tree
*
,
void
*
));
static
int
is_namespace_ancestor
PARAMS
((
tree
,
tree
));
static
void
add_using_namespace
PARAMS
((
tree
,
tree
,
int
));
static
tree
ambiguous_decl
PARAMS
((
tree
,
tree
,
tree
,
int
));
...
...
@@ -1879,15 +1878,6 @@ finish_vtable_vardecl (t, data)
return
0
;
}
static
int
prune_vtable_vardecl
(
t
,
data
)
tree
*
t
;
void
*
data
ATTRIBUTE_UNUSED
;
{
*
t
=
TREE_CHAIN
(
*
t
);
return
1
;
}
/* Determines the proper settings of TREE_PUBLIC and DECL_EXTERNAL for an
inline function or template instantiation at end-of-file. */
...
...
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