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]

[obv][commit] Eliminate single-use variable PARAM_LEN


Hi,

I just committed a trivial commit to printcmd.c, replacing a single-use
variable with its value (TYPE_LENGTH).

http://sourceware.org/ml/gdb-cvs/2012-09/msg00065.html

regards,
Siddhesh

gdb/ChangeLog:

	* printcmd.c (ui_printf): Eliminate single-use variable
	PARAM_LEN.


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