Commit c31410ea authored by David Howells's avatar David Howells
Browse files

rxrpc: Remove error from struct rxrpc_skb_priv as it is unused



Remove error from struct rxrpc_skb_priv as it is no longer used.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 775e5b71
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -145,7 +145,6 @@ struct rxrpc_skb_priv {
	};
	union {
		int		remain;		/* amount of space remaining for next write */
		u32		error;		/* network error code */
	};

	struct rxrpc_host_header hdr;		/* RxRPC packet header from this packet */