From 02d266872ee1fafc2aa0a4f0a6b6a330b56adea0 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Thu, 16 Mar 2000 15:07:02 +0000 Subject: [PATCH] Remove unused variables git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12123 dc483132-0cff-0310-8789-dd5450dbe970 --- src/clients/kpasswd/ChangeLog | 4 ++++ src/clients/kpasswd/kpasswd.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/clients/kpasswd/ChangeLog b/src/clients/kpasswd/ChangeLog index ba06e7008..39e15b69a 100644 --- a/src/clients/kpasswd/ChangeLog +++ b/src/clients/kpasswd/ChangeLog @@ -1,3 +1,7 @@ +2000-03-16 Ezra Peisach + + * kpasswd.c (main): Remove unused variables. + 1999-12-03 Danilo Almeida * Makefile.in: Windows fix for 10/26/99 cleanup. diff --git a/src/clients/kpasswd/kpasswd.c b/src/clients/kpasswd/kpasswd.c index 2e719d6de..94c8d5100 100644 --- a/src/clients/kpasswd/kpasswd.c +++ b/src/clients/kpasswd/kpasswd.c @@ -50,12 +50,8 @@ int main(int argc, char *argv[]) krb5_get_init_creds_opt opts; krb5_creds creds; - krb5_timestamp now; - krb5_data ap_req; - krb5_auth_context auth_context; char pw[1024]; int pwlen; - krb5_data chpw_req, chpw_rep; int result_code; krb5_data result_code_string, result_string; -- 2.26.2