From d9f3b3ae0db3277fcf91a6664ebb292161fcde30 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 9 Jul 1997 00:01:06 +0000 Subject: [PATCH] removed unused code git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2070 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/auth_context.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/krb5/auth_context.c b/lib/krb5/auth_context.c index f079b362c..13cbe0282 100644 --- a/lib/krb5/auth_context.c +++ b/lib/krb5/auth_context.c @@ -232,16 +232,6 @@ krb5_auth_getauthenticator(krb5_context context, copy_Authenticator(auth_context->authenticator, *authenticator); - -#if 0 - copy_PrincipalName(&auth_context->authenticator->cname, - &(*authenticator)->cname); - copy_Realm(&auth_context->authenticator->crealm, - &(*authenticator)->crealm); - (*authenticator)->cusec = auth_context->authenticator->cusec; - (*authenticator)->ctime = auth_context->authenticator->ctime; - (*authenticator)->seq_number = auth_context->authenticator->seq_number; /* XXX */ -#endif return 0; }