diff options
Diffstat (limited to 'gcc/cpperror.c')
-rw-r--r-- | gcc/cpperror.c | 2 |
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); } } |