diff --git a/include/net/af_unix.h b/include/net/af_unix.h index b5f8988e42837b6d703783f6f94dd6b9e4b09cba..0a996a3517edd2e652bb389ca4093d9928e7b974 100644 --- a/include/net/af_unix.h +++ b/include/net/af_unix.h @@ -53,7 +53,6 @@ struct unix_sock { struct path path; struct mutex readlock; struct sock *peer; - struct sock *other; struct list_head link; atomic_long_t inflight; spinlock_t lock;