From c0ba225f50b623e8a0d2f7ecb5e3d9066ee109af Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 1 Apr 2010 18:10:47 +0200 Subject: [PATCH] s3:winbindd: remove unused variables metze (cherry picked from commit e18ddb6036f5e0a2211e89a7c9b5514c30a653cf) (cherry picked from commit 284f94b01d70db2e55dd8c1f3f8a353c1b4c1b8e) --- source3/winbindd/winbindd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 0258f3c7388..19561f4e5ab 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -372,8 +372,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")); -- 2.11.4.GIT