summaryrefslogtreecommitdiffstats
path: root/gcc/cpperror.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r--gcc/cpperror.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cpperror.c b/gcc/cpperror.c
index 6b137abcd75..3dbf534affd 100644
--- a/gcc/cpperror.c
+++ b/gcc/cpperror.c
@@ -69,8 +69,6 @@ print_location (pfile, pos)
else
fprintf (stderr, "%s:%u:%u:", map->to_file, line, col);
- if (buffer->type == BUF_PRAGMA)
- fprintf (stderr, "_Pragma:");
fputc (' ', stderr);
}
}
OpenPOWER on IntegriCloud