diff options
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index c6d62f0a9966..6d167889a4b0 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -3931,8 +3931,6 @@ int tcp_rcv_established(struct sock *sk, struct sk_buff *skb, | |||
3931 | tp->rcv_nxt == tp->rcv_wup) | 3931 | tp->rcv_nxt == tp->rcv_wup) |
3932 | tcp_store_ts_recent(tp); | 3932 | tcp_store_ts_recent(tp); |
3933 | 3933 | ||
3934 | tcp_rcv_rtt_measure_ts(sk, skb); | ||
3935 | |||
3936 | /* We know that such packets are checksummed | 3934 | /* We know that such packets are checksummed |
3937 | * on entry. | 3935 | * on entry. |
3938 | */ | 3936 | */ |