diff --git a/sources/relay.h b/sources/relay.h index 7bee82431..6065f3f59 100644 --- a/sources/relay.h +++ b/sources/relay.h @@ -20,7 +20,6 @@ typedef void (*od_relay_on_read_t)(od_relay_t *, int size); struct od_relay { int packet; int packet_skip; - uint32_t packet_transmitted; machine_msg_t *packet_full; int packet_full_pos;