diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 759456f0c207c72a544c333a902234c8abd0e598..2e339d241b6997d2e11ae7159b218e86d55885d8 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c @@ -1270,7 +1270,6 @@ int ip6_append_data(struct sock *sk, int getfrag(void *from, char *to, } } - /* For UDP, check if TX timestamp is enabled */ if (sk->sk_type == SOCK_DGRAM || sk->sk_type == SOCK_RAW) sock_tx_timestamp(sk, &tx_flags);