Skip to content

Commit 3e89537

Browse files
committed
Remove dead SEQ_DIFF macro
F/780
1 parent 11e421b commit 3e89537

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/wolfip.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3127,8 +3127,6 @@ static void tcp_rto_update_from_sample(struct tsocket *t, uint32_t sample_ms)
31273127
t->sock.tcp.rto = tcp_rto_clamp(rto_ms);
31283128
}
31293129

3130-
#define SEQ_DIFF(a,b) ((a - b) > 0x7FFFFFFF) ? (b - a) : (a - b)
3131-
31323130
/* Return true if a <= b
31333131
* Take into account wrapping.
31343132
*/

0 commit comments

Comments
 (0)