[PATCH 07/28] ddb/db_aout.c (aout_db_sym_init): remove unnecessary variable

2013-12-08 Thread Marin Ramesa
Member n_strx can be used instead of strx. * ddb/db_aout.c (aout_db_sym_init): Remove unnecessary variable. --- ddb/db_aout.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ddb/db_aout.c b/ddb/db_aout.c index 9e1c3d4..5cb3911 100644 --- a/ddb/db_aout.c +++

Re: [PATCH 07/28] ddb/db_aout.c (aout_db_sym_init): remove unnecessary variable

2013-12-08 Thread Samuel Thibault
Marin Ramesa, le Sun 08 Dec 2013 12:40:09 +0100, a écrit : Member n_strx can be used instead of strx. But that's less readable. A variable here is really not a problem, the compiler will most probably put it in a register anyway. * ddb/db_aout.c (aout_db_sym_init): Remove unnecessary