diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rwxr-xr-x | gcc/dwarf2out.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 32f271d..0cbba10 100755 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -2667,7 +2667,6 @@ static char text_end_label[MAX_ARTIFICIAL_LABEL_BYTES]; dyn_string_append (STR, NAME + 1); \ else \ { \ - dyn_string_append (STR, user_label_prefix); \ dyn_string_append (STR, NAME); \ } \ } \ |