compositor: delete segv_compositor
This was forgotten in "weston: remove SEGV and ABRT handlers". It is
unused.
Fixes: bb707dc0fe
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
6354455979
commit
43141231a0
@ -345,7 +345,6 @@ protocol_log_fn(void *user_data,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct wl_list child_process_list;
|
static struct wl_list child_process_list;
|
||||||
static struct weston_compositor *segv_compositor;
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
sigchld_handler(int signal_number, void *data)
|
sigchld_handler(int signal_number, void *data)
|
||||||
@ -3289,7 +3288,6 @@ wet_main(int argc, char *argv[])
|
|||||||
weston_log("fatal: failed to create compositor\n");
|
weston_log("fatal: failed to create compositor\n");
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
segv_compositor = wet.compositor;
|
|
||||||
|
|
||||||
protocol_scope =
|
protocol_scope =
|
||||||
weston_log_ctx_add_log_scope(log_ctx, "proto",
|
weston_log_ctx_add_log_scope(log_ctx, "proto",
|
||||||
|
Loading…
Reference in New Issue
Block a user