[DCCP] CCID3: Remove non-referenced variable
This removes a non-referenced variable. Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
parent
ddfe10b824
commit
455431739c
@ -965,7 +965,6 @@ static void ccid3_hc_rx_packet_recv(struct sock *sk, struct sk_buff *skb)
|
|||||||
const struct dccp_options_received *opt_recv;
|
const struct dccp_options_received *opt_recv;
|
||||||
struct dccp_rx_hist_entry *packet;
|
struct dccp_rx_hist_entry *packet;
|
||||||
struct timeval now;
|
struct timeval now;
|
||||||
u8 win_count;
|
|
||||||
u32 p_prev, rtt_prev, r_sample, t_elapsed;
|
u32 p_prev, rtt_prev, r_sample, t_elapsed;
|
||||||
int loss;
|
int loss;
|
||||||
|
|
||||||
@ -1017,8 +1016,6 @@ static void ccid3_hc_rx_packet_recv(struct sock *sk, struct sk_buff *skb)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
win_count = packet->dccphrx_ccval;
|
|
||||||
|
|
||||||
loss = ccid3_hc_rx_detect_loss(sk, packet);
|
loss = ccid3_hc_rx_detect_loss(sk, packet);
|
||||||
|
|
||||||
if (DCCP_SKB_CB(skb)->dccpd_type == DCCP_PKT_ACK)
|
if (DCCP_SKB_CB(skb)->dccpd_type == DCCP_PKT_ACK)
|
||||||
|
Loading…
Reference in New Issue
Block a user