This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove unused function declarations in target.h


Hi Simon,

On 03/03/2015 05:59 PM, Simon Marchi wrote:
> gdb/ChangeLog:
> 
> 	* target.h: Remove find_default_create_inferior and
> 	find_default_attach.

I prefer to rewrite it in this way,

	* target.h (find_default_create_inferior): Remove declaration.
	(find_default_attach): Likewise.

The patch is OK.

-- 
Yao


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]