aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-semantics.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-semantics.c')
-rw-r--r--gcc/c-semantics.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c
index bda5161..ee04417 100644
--- a/gcc/c-semantics.c
+++ b/gcc/c-semantics.c
@@ -247,14 +247,6 @@ emit_local_var (tree decl)
}
}
-/* Build the node for a return statement and return it. */
-
-tree
-build_return_stmt (tree expr)
-{
- return (build_stmt (RETURN_STMT, expr));
-}
-
/* Build a break statement node and return it. */
tree