On Tuesday, July 21, 2015 18:04:26 Simon Wunderlich wrote:
@@ -498,7 +492,8 @@ void batadv_gw_node_update(struct batadv_priv *bat_priv, struct batadv_orig_node *orig_node, struct batadv_tvlv_gateway_data *gateway) {
- struct batadv_gw_node *gw_node, *curr_gw = NULL;
- struct batadv_gw_node *gw_node, *gw_node_tmp, *curr_gw = NULL;
- struct hlist_node *node_tmp;
The variables gw_node_tmp and node_tmp aren't used in this function ...
Cheers, Marek