AP_HAL_SITL: remove unused ext_fifo_fd member variable

This commit is contained in:
Peter Barker 2021-10-12 15:23:46 +11:00 committed by Peter Barker
parent 87df943f99
commit f5d5387358
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ extern const AP_HAL::HAL& hal;
// state of GPS emulation
static struct gps_state {
/* pipe emulating UBLOX GPS serial stream */
int gps_fd, client_fd, ext_fifo_fd;
int gps_fd, client_fd;
uint32_t last_update; // milliseconds
uint8_t next_index;