On 15-10-21, 13:34, Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > The variable err is being initialized with a value that is never read, it > is being updated later on. The assignment is redundant and can be removed > and move the declaration into the local scope. Applied, thanks -- ~Vinod