diff --git a/[refs] b/[refs] index 1b074ec158e1..be2390d6441c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 52515e77a7a69867c479db4c9efb6be832b82179 +refs/heads/master: a07a5a86d091699fd5e791765b8a79e6b1ef96cb diff --git a/trunk/net/dccp/dccp.h b/trunk/net/dccp/dccp.h index b138e2019d78..ebe59d98721a 100644 --- a/trunk/net/dccp/dccp.h +++ b/trunk/net/dccp/dccp.h @@ -153,12 +153,6 @@ static inline u64 max48(const u64 seq1, const u64 seq2) return after48(seq1, seq2) ? seq1 : seq2; } -/* is seq1 next seqno after seq2 */ -static inline int follows48(const u64 seq1, const u64 seq2) -{ - return dccp_delta_seqno(seq2, seq1) == 1; -} - enum { DCCP_MIB_NUM = 0, DCCP_MIB_ACTIVEOPENS, /* ActiveOpens */