From aa188989ed1fa2a109bc71c4c27031549ccf8184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 11 Jan 2007 09:26:21 +0000 Subject: [PATCH] MCC_CURSOR not used, remove. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19834 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/mcache.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/krb5/mcache.c b/lib/krb5/mcache.c index b45b6e436..6d7a5b4b9 100644 --- a/lib/krb5/mcache.c +++ b/lib/krb5/mcache.c @@ -54,8 +54,6 @@ static struct krb5_mcache *mcc_head; #define MISDEAD(X) ((X)->dead) -#define MCC_CURSOR(C) ((struct link*)(C)) - static const char* mcc_get_name(krb5_context context, krb5_ccache id)