From: Mike Stump Date: Sat, 28 Oct 2006 10:37:12 +0000 (+0000) Subject: Fixup whitespacing X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f16dafb641b6c935c94f87c8ceaac9458dadc72;p=gcc.git Fixup whitespacing From-SVN: r118104 --- diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 6c714f9f384..2b0de938f50 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -12017,7 +12017,6 @@ gen_variable_die (tree decl, dw_die_ref context_die) add_AT_file (var_die, DW_AT_decl_file, file_index); if (get_AT_unsigned (old_die, DW_AT_decl_line) != (unsigned) s.line) - add_AT_unsigned (var_die, DW_AT_decl_line, s.line); } }