From: Stefan Metzmacher Date: Thu, 1 Apr 2010 16:10:47 +0000 (+0200) Subject: s3:winbindd: remove unused variables X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18f8b48a1143f7b39572de63362b6c30b81709cb;p=thirdparty%2Fsamba.git s3:winbindd: remove unused variables metze (cherry picked from commit e18ddb6036f5e0a2211e89a7c9b5514c30a653cf) (cherry picked from commit c64c867c307d32b8ec17d6e079395e0e9b604f00) --- diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 46af5c12ab1..7d4c996769a 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -367,8 +367,6 @@ static void winbind_msg_validate_cache(struct messaging_context *msg_ctx, { uint8 ret; pid_t child_pid; - struct sigaction act; - struct sigaction oldact; DEBUG(10, ("winbindd_msg_validate_cache: got validate-cache " "message.\n"));