From 598deeda52c068257812d077937f0592be867e4f Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 9 Mar 2016 14:44:45 +0100 Subject: lib: remove saved_sig_mask Oversight from the exit handler cleanup, spotted by Chris Wilson. Signed-off-by: Daniel Vetter --- lib/igt_core.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/igt_core.c') diff --git a/lib/igt_core.c b/lib/igt_core.c index 6f4edb0c..4ade5491 100644 --- a/lib/igt_core.c +++ b/lib/igt_core.c @@ -1433,7 +1433,6 @@ static struct { static igt_exit_handler_t exit_handler_fn[MAX_EXIT_HANDLERS]; static bool exit_handler_disabled; -static sigset_t saved_sig_mask; #define SIGDEF(x) { x, #x, sizeof(#x) - 1 } #define SILENT(x) { x, NULL, 0 } static const struct { int number; const char *name; size_t name_len; } handled_signals[] = -- cgit v1.2.3