[PATCH 61/61] Remove unnecessary "return"s

Pedro Alves palves@redhat.com
Wed Jul 17 12:37:00 GMT 2019


On 7/4/19 6:03 PM, Tom Tromey wrote:
> @@ -293,12 +291,11 @@ tui_show_disassem_and_update_source (struct gdbarch *gdbarch,
>  	{
>  	  set_current_source_symtab_and_line (sal);
>  	  tui_update_locator_fullname (symtab_to_fullname (sal.symtab));
> +

Odd empty line.

>  	}
>        else
>  	tui_update_locator_fullname ("?");
>      }
> -
> -  return;
>  }
>  

Thanks,
Pedro Alves



More information about the Gdb-patches mailing list