diff options
Diffstat (limited to 'gcc/java/decl.c')
-rw-r--r-- | gcc/java/decl.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c index 594ccf1..2cf87c2 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -1862,14 +1862,6 @@ finish_method (tree fndecl) cgraph_finalize_function (fndecl, false); } -/* Optimize and expand a function's entire body. */ - -void -java_expand_body (tree fndecl) -{ - tree_rest_of_compilation (fndecl); -} - /* We pessimistically marked all methods and fields external until we knew what set of classes we were planning to compile. Now mark those associated with CLASS to be generated locally as not external. */ |