diff options
Diffstat (limited to 'gcc/c-semantics.c')
-rw-r--r-- | gcc/c-semantics.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c index 1acf6e89956..567a440706b 100644 --- a/gcc/c-semantics.c +++ b/gcc/c-semantics.c @@ -193,22 +193,6 @@ emit_local_var (tree decl) } } -/* Build a break statement node and return it. */ - -tree -build_break_stmt (void) -{ - return (build_stmt (BREAK_STMT)); -} - -/* Build a continue statement node and return it. */ - -tree -build_continue_stmt (void) -{ - return (build_stmt (CONTINUE_STMT)); -} - /* Create a CASE_LABEL_EXPR tree node and return it. */ tree |