diff options
Diffstat (limited to 'include/linux/tcp.h')
| -rw-r--r-- | include/linux/tcp.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index d7637c4b284..76729062829 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -342,7 +342,6 @@ struct tcp_sock {  	struct sk_buff* lost_skb_hint;  	struct sk_buff *scoreboard_skb_hint;  	struct sk_buff *retransmit_skb_hint; -	struct sk_buff *forward_skb_hint;  	struct sk_buff_head	out_of_order_queue; /* Out of order segments go here */  |