Re: [PATCH] mailmap: remove redundant check for freeing memory

2013-08-20 Thread Jeff King
On Tue, Aug 20, 2013 at 04:18:00PM +0200, Stefan Beller wrote: > The condition as it is written in that line has already been checked > in the beginning of the function, which was introduced in > 8503ee4 (2007-05-01, Fix read_mailmap to handle a caller uninterested > in repo abbreviation) > > Hel

[PATCH] mailmap: remove redundant check for freeing memory

2013-08-20 Thread Stefan Beller
The condition as it is written in that line has already been checked in the beginning of the function, which was introduced in 8503ee4 (2007-05-01, Fix read_mailmap to handle a caller uninterested in repo abbreviation) Helped-by: Jeff King Helped-by: Thomas Rast Signed-off-by: Stefan Beller ---