[DCCP] ccid3: TX history - remove unused field
This removes the `dccphtx_ccval' field since it is nowhere used in the code and in fact not necessary for the accounting. Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz> Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
committed by
David S. Miller
parent
9f8681db96
commit
e312d100f1
@ -52,7 +52,6 @@
|
||||
struct dccp_tx_hist_entry {
|
||||
struct list_head dccphtx_node;
|
||||
u64 dccphtx_seqno:48,
|
||||
dccphtx_ccval:4,
|
||||
dccphtx_sent:1;
|
||||
u32 dccphtx_rtt;
|
||||
struct timeval dccphtx_tstamp;
|
||||
|
Reference in New Issue
Block a user