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
7258921b
Commit
7258921b
authored
Aug 25, 2003
by
Richard Henderson
Committed by
Richard Henderson
Aug 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cxx-pretty-print.c (pp_cxx_class_name): Remove unused function.
From-SVN: r70782
parent
b01e3e38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
gcc/cp/ChangeLog
+4
-0
gcc/cp/cxx-pretty-print.c
+0
-6
No files found.
gcc/cp/ChangeLog
View file @
7258921b
2003
-
08
-
25
Richard
Henderson
<
rth
@
redhat.com
>
*
cxx
-pretty-print.c
(
pp_cxx_class_name
):
Remove
unused
function.
2003
-
08
-
25
Gabriel
Dos
Reis
<
gdr
@
integrable
-solutions.net
>
*
cxx
-pretty-print.h
(
pp_cxx_flag_default_argument
):
New
flag.
...
...
gcc/cp/cxx-pretty-print.c
View file @
7258921b
...
...
@@ -123,12 +123,6 @@ pp_cxx_template_id (cxx_pretty_printer *pp, tree t)
pp_cxx_end_template_argument_list
(
pp
);
}
static
void
pp_cxx_class_name
(
cxx_pretty_printer
*
pp
,
tree
t
)
{
pp_cxx_unqualified_id
(
pp
,
TYPE_NAME
(
t
));
}
/* unqualified-id:
identifier
operator-function-id
...
...
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