diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c
index 2fa0c6d..55b972b 100644
--- a/net/dccp/ccids/ccid3.c
+++ b/net/dccp/ccids/ccid3.c
@@ -982,7 +982,6 @@ static void ccid3_hc_rx_packet_recv(stru
        const struct dccp_options_received *opt_recv;
        struct dccp_rx_hist_entry *packet;
        struct timeval now;
-       u8 win_count;
        u32 p_prev, rtt_prev, r_sample, t_elapsed;
        int loss;
 
@@ -1038,8 +1037,6 @@ static void ccid3_hc_rx_packet_recv(stru
                return;
        }
 
-       win_count = packet->dccphrx_ccval;
-
        loss = ccid3_hc_rx_detect_loss(sk, packet);
 
        if (DCCP_SKB_CB(skb)->dccpd_type == DCCP_PKT_ACK)
-
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to