aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/io.c')
-rw-r--r--gcc/fortran/io.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c
index 3ce7e816b9a..b0f3ebe4ad7 100644
--- a/gcc/fortran/io.c
+++ b/gcc/fortran/io.c
@@ -1938,10 +1938,6 @@ gfc_match_open (void)
/* Checks on the DELIM specifier. */
if (open->delim)
{
- if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: DELIM= at %C "
- "not allowed in Fortran 95") == FAILURE)
- goto cleanup;
-
if (open->delim->expr_type == EXPR_CONSTANT)
{
static const char *delim[] = { "APOSTROPHE", "QUOTE", "NONE", NULL };