From 669d5737fa2cb26dbb197cfb4300fd8050068acb Mon Sep 17 00:00:00 2001 From: Jonathan Marler Date: Mon, 12 Apr 2021 08:03:42 -0600 Subject: [PATCH] launcher: remove unused field Signed-off-by: Jonathan Marler --- libweston/launcher-weston-launch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libweston/launcher-weston-launch.c b/libweston/launcher-weston-launch.c index 00cd1861..f198df0a 100644 --- a/libweston/launcher-weston-launch.c +++ b/libweston/launcher-weston-launch.c @@ -88,7 +88,6 @@ union cmsg_data { unsigned char b[4]; int fd; }; struct launcher_weston_launch { struct weston_launcher base; struct weston_compositor *compositor; - struct wl_event_loop *loop; int fd; struct wl_event_source *source;