Re: [Cluster-devel] [PATCH] Clean up unused loop variable

2008-01-15 Thread Bob Peterson
On Sun, 2008-01-13 at 16:45 +, Andrew Price wrote: > Reading through the gfs2_edit code I noticed that a variable is > initialised and incremented in this for loop but is not used inside the > loop and the final value of the variable is not used subsequently. This > patch removes the initialis

[Cluster-devel] [PATCH] Clean up unused loop variable

2008-01-13 Thread Andrew Price
Reading through the gfs2_edit code I noticed that a variable is initialised and incremented in this for loop but is not used inside the loop and the final value of the variable is not used subsequently. This patch removes the initialisation and increment of the variable. -- Andy Price Index: gfs2