baylibre-acme: Drop unused last_sample_fin variable.

This commit is contained in:
Uwe Hermann 2016-05-09 12:41:50 +02:00
parent cf9e86bc74
commit c8f29d772b
2 changed files with 0 additions and 2 deletions

View File

@ -789,6 +789,5 @@ SR_PRIV int bl_acme_receive_data(int fd, int revents, void *cb_data)
return TRUE; return TRUE;
} }
devc->last_sample_fin = g_get_monotonic_time();
return TRUE; return TRUE;
} }

View File

@ -56,7 +56,6 @@ struct dev_context {
uint32_t num_channels; uint32_t num_channels;
uint64_t samples_missed; uint64_t samples_missed;
int64_t last_sample_fin;
int timer_fd; int timer_fd;
GIOChannel *channel; GIOChannel *channel;
}; };