# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/09/24 13:09:50-07:00 kumarkr@us.ibm.com # [NET]: Remove unnecessary local var initialization. # # Signed-off-by: David S. Miller # # net/core/neighbour.c # 2004/09/24 13:09:00-07:00 kumarkr@us.ibm.com +0 -1 # [NET]: Remove unnecessary local var initialization. # diff -Nru a/net/core/neighbour.c b/net/core/neighbour.c --- a/net/core/neighbour.c 2004-09-25 00:30:13 -07:00 +++ b/net/core/neighbour.c 2004-09-25 00:30:13 -07:00 @@ -334,7 +334,6 @@ for (i = 0; i < old_entries; i++) { struct neighbour *n, *next; - next = NULL; for (n = old_hash[i]; n; n = next) { unsigned int hash_val = tbl->hash(n->primary_key, n->dev);