Commit 052343ed authored by David S. Miller's avatar David S. Miller

Kill unused local var in af_inet.c:inet_stream_connect

parent 5ccb7cea
......@@ -627,7 +627,6 @@ int inet_stream_connect(struct socket *sock, struct sockaddr * uaddr,
int addr_len, int flags)
{
struct sock *sk=sock->sk;
struct inet_opt *inet = inet_sk(sk);
int err;
long timeo;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment