summaryrefslogtreecommitdiff
path: root/gcc/f/com.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/com.c')
-rw-r--r--gcc/f/com.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/f/com.c b/gcc/f/com.c
index c3a50e92a20..9cc31e908b2 100644
--- a/gcc/f/com.c
+++ b/gcc/f/com.c
@@ -15824,15 +15824,6 @@ lang_mark_tree (t)
ggc_mark (TYPE_LANG_SPECIFIC (t));
}
-void
-lang_mark_false_label_stack (l)
- struct label_node *l;
-{
- /* Fortran doesn't use false_label_stack. It better be NULL. */
- if (l != NULL)
- abort();
-}
-
#endif /* FFECOM_targetCURRENT == FFECOM_targetGCC */
#if FFECOM_GCC_INCLUDE