Remove duplicate line that was commented using c99 style comments.

Found by samba's build farm.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15203 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-20 10:42:54 +00:00
parent fafd147697
commit 285d9f5407

View File

@@ -223,7 +223,6 @@ test_fcache_remove(krb5_context context)
if (ret)
krb5_err(context, 1, ret, "krb5_cc_destroy");
//krb5_cc_destroy(context, id);
krb5_free_principal(context, p);
krb5_free_principal(context, cred.server);
krb5_free_principal(context, cred.client);