ops is not used any more, remove
authorLove Hörnquist Åstrand <lha@kth.se>
Sun, 22 Mar 2009 17:23:00 +0000 (17:23 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Sun, 22 Mar 2009 17:23:00 +0000 (17:23 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24917 ec53bebd-3082-4978-b11e-865c3cabbd6b

lib/gssapi/krb5/release_cred.c

index 4de7209646c555e5685ca1cf817714c894ec6521..62674a1d530870c23d334cf0806009efad2c0a99 100644 (file)
@@ -61,8 +61,6 @@ OM_uint32 _gsskrb5_release_cred
     if (cred->keytab != NULL)
        krb5_kt_close(context, cred->keytab);
     if (cred->ccache != NULL) {
-       const krb5_cc_ops *ops;
-       ops = krb5_cc_get_ops(context, cred->ccache);
        if (cred->cred_flags & GSS_CF_DESTROY_CRED_ON_RELEASE)
            krb5_cc_destroy(context, cred->ccache);
        else