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
c101fad8
Commit
c101fad8
authored
Oct 24, 2016
by
Paul Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dead wood from trans-expr.c
From-SVN: r241472
parent
e77cf8c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
gcc/fortran/trans-expr.c
+0
-21
No files found.
gcc/fortran/trans-expr.c
View file @
c101fad8
...
@@ -1508,27 +1508,6 @@ gfc_trans_class_init_assign (gfc_code *code)
...
@@ -1508,27 +1508,6 @@ gfc_trans_class_init_assign (gfc_code *code)
}
}
/* Return the backend_decl for the vtable of an arbitrary typespec
and the vtable symbol. */
tree
gfc_get_vtable_decl
(
gfc_typespec
*
ts
,
gfc_symbol
**
vtab
)
{
gfc_symbol
*
vtable
=
gfc_find_vtab
(
ts
);
gcc_assert
(
vtable
!=
NULL
);
if
(
vtab
!=
NULL
)
*
vtab
=
vtable
;
if
(
vtable
->
backend_decl
==
NULL_TREE
)
return
gfc_get_symbol_decl
(
vtable
);
else
return
vtable
->
backend_decl
;
}
/* Translate an assignment to a CLASS object
(pointer or ordinary assignment). */
/* End of prototype trans-class.c */
/* End of prototype trans-class.c */
...
...
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