From 45e8e0bad224808e70df805c246a55e0612af29b Mon Sep 17 00:00:00 2001 From: "Nicholas J. Kain" Date: Sat, 6 Aug 2022 12:41:35 -0400 Subject: [PATCH] Remove an obsolete comment. --- arp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arp.c b/arp.c index ebfa017..d6c4415 100644 --- a/arp.c +++ b/arp.c @@ -745,7 +745,6 @@ bool arp_packet_get(struct client_state_t *cs) return true; } -// XXX: Move into client_state long long arp_get_wake_ts(void) { long long mt = -1;