Skip to content

Commit

Permalink
rxrpc: Remove error from struct rxrpc_skb_priv as it is unused
Browse files Browse the repository at this point in the history
Remove error from struct rxrpc_skb_priv as it is no longer used.

Signed-off-by: David Howells <dhowells@redhat.com>
  • Loading branch information
David Howells committed Sep 30, 2016
1 parent 775e5b7 commit c31410e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/rxrpc/ar-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit c31410e

Please sign in to comment.