From: Daniel Vetter Date: Thu, 12 Sep 2013 10:56:20 +0000 (+0200) Subject: lib/drmtest: drop unused oldsig variabel X-Git-Tag: intel-gpu-tools-1.4~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=506ef293abfc83a79ae1e58193ee88bce5c667ce;p=profile%2Fextras%2Fintel-gpu-tools.git lib/drmtest: drop unused oldsig variabel Signed-off-by: Daniel Vetter --- diff --git a/lib/drmtest.c b/lib/drmtest.c index 9d4c5da..abd45b6 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);