diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 147f5c1..f6af052 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -4577,15 +4577,6 @@ c_expand_expr (tree exp, rtx target, enum machine_mode tmode, } } - -/* Generate the RTL for the body of FNDECL. */ - -void -c_expand_body (tree fndecl) -{ - tree_rest_of_compilation (fndecl); -} - /* Hook used by staticp to handle language-specific tree codes. */ tree |