From 506ef293abfc83a79ae1e58193ee88bce5c667ce Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 12 Sep 2013 12:56:20 +0200 Subject: [PATCH] lib/drmtest: drop unused oldsig variabel Signed-off-by: Daniel Vetter --- lib/drmtest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/drmtest.c b/lib/drmtest.c index 9d4c5dac..abd45b61 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -981,7 +981,6 @@ static void fork_helper_exit_handler(int sig) bool __igt_fork_helper(struct igt_helper_process *proc) { pid_t pid; - sighandler_t oldsig; int id; assert(!proc->running);