removed unused code

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2070 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-09 00:01:06 +00:00
parent 93330ae611
commit d9f3b3ae0d

View File

@@ -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;
}