mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
event-loop-test: Remove unused variable
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
cde83a24b3
commit
591f5ee3b1
1 changed files with 0 additions and 1 deletions
|
|
@ -228,7 +228,6 @@ timer_update_callback_2(void *data)
|
||||||
TEST(event_loop_timer_updates)
|
TEST(event_loop_timer_updates)
|
||||||
{
|
{
|
||||||
struct wl_event_loop *loop = wl_event_loop_create();
|
struct wl_event_loop *loop = wl_event_loop_create();
|
||||||
struct wl_event_source *source;
|
|
||||||
struct timer_update_context context;
|
struct timer_update_context context;
|
||||||
struct timeval start_time, end_time, interval;
|
struct timeval start_time, end_time, interval;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue