[PATCH] assoc_array: remove global variable

2014-01-23 Thread David Howells
From: Stephen Hemminger The associative array code creates unnecessary and potentially problematic global variable 'status'. Remove it since never used. Signed-off-by: Stephen Hemminger Signed-off-by: David Howells --- lib/assoc_array.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-

Re: [PATCH] assoc_array: remove global variable

2014-01-02 Thread David Howells
Stephen Hemminger wrote: > The associative array code creates unnecessary and potentially problematic > global variable 'status'. Remove it since never used. > > Signed-off-by: Stephen Hemminger Applied. David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

[PATCH] assoc_array: remove global variable

2013-12-30 Thread Stephen Hemminger
The associative array code creates unnecessary and potentially problematic global variable 'status'. Remove it since never used. Signed-off-by: Stephen Hemminger --- a/lib/assoc_array.c 2013-12-20 07:59:47.468147094 -0800 +++ b/lib/assoc_array.c 2013-12-30 15:14:38.034880698 -0800 @@ -157,7 +157