From e952c8c7ff1e8448e5603bb68aacb5b57fd6f6e2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 28 May 2010 13:21:56 -0400 Subject: [PATCH] Eliminate unused variables --- plugins/sudoers/sudoers.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/sudoers/sudoers.c b/plugins/sudoers/sudoers.c index da7d15f1f..c235b0d53 100644 --- a/plugins/sudoers/sudoers.c +++ b/plugins/sudoers/sudoers.c @@ -1149,9 +1149,6 @@ cleanup(int gotsignal) static int sudoers_policy_version(int verbose) { - struct sudo_conv_message msg; - struct sudo_conv_reply repl; - sudo_printf(SUDO_CONV_INFO_MSG, "Sudoers plugin version %s\n", PACKAGE_VERSION); -- 2.50.0