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
214922f8
Commit
214922f8
authored
Mar 29, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Mar 29, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* method.c (thunk_printable_name): Delete dead function.
From-SVN: r18901
parent
6d83a977
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
gcc/cp/ChangeLog
+2
-0
gcc/cp/method.c
+0
-8
No files found.
gcc/cp/ChangeLog
View file @
214922f8
Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com)
Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com)
* method.c (thunk_printable_name): Delete dead function.
* lex.c (yynextch): Delete dead function.
* lex.c (yynextch): Delete dead function.
* expr.c (tree_extract_aggr_init): #if 0 out.
* expr.c (tree_extract_aggr_init): #if 0 out.
...
...
gcc/cp/method.c
View file @
214922f8
...
@@ -67,7 +67,6 @@ static void issue_nrepeats PROTO((tree));
...
@@ -67,7 +67,6 @@ static void issue_nrepeats PROTO((tree));
static
char
*
build_mangled_name
PROTO
((
tree
,
int
,
int
));
static
char
*
build_mangled_name
PROTO
((
tree
,
int
,
int
));
static
void
process_modifiers
PROTO
((
tree
));
static
void
process_modifiers
PROTO
((
tree
));
static
void
process_overload_item
PROTO
((
tree
,
int
));
static
void
process_overload_item
PROTO
((
tree
,
int
));
static
char
*
thunk_printable_name
PROTO
((
tree
));
static
void
do_build_assign_ref
PROTO
((
tree
));
static
void
do_build_assign_ref
PROTO
((
tree
));
static
void
do_build_copy_constructor
PROTO
((
tree
));
static
void
do_build_copy_constructor
PROTO
((
tree
));
static
tree
largest_union_member
PROTO
((
tree
));
static
tree
largest_union_member
PROTO
((
tree
));
...
@@ -1871,13 +1870,6 @@ hack_identifier (value, name)
...
@@ -1871,13 +1870,6 @@ hack_identifier (value, name)
}
}
static
char
*
thunk_printable_name
(
decl
)
tree
decl
;
{
return
"<thunk function>"
;
}
tree
tree
make_thunk
(
function
,
delta
)
make_thunk
(
function
,
delta
)
tree
function
;
tree
function
;
...
...
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