From 0333344c61c236fe783dbe3f129222e33f66a4ac Mon Sep 17 00:00:00 2001 From: John Kohl Date: Tue, 3 Jul 1990 15:42:15 +0000 Subject: [PATCH] remove unused macro krb5_fcc_skip() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1036 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/file/fcc_skip.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/krb5/ccache/file/fcc_skip.c b/src/lib/krb5/ccache/file/fcc_skip.c index 64380238e..f5067077d 100644 --- a/src/lib/krb5/ccache/file/fcc_skip.c +++ b/src/lib/krb5/ccache/file/fcc_skip.c @@ -18,9 +18,6 @@ static char fcc_read_c[] = "$Id$"; #include #include "fcc.h" -#define krb5_fcc_skip(i,l) (lseek(((krb5_fcc_data *)i->data)->fd, l, L_INCR)\ - == -1 ? errno : KRB5_OK) - krb5_error_code krb5_fcc_skip_principal(id) krb5_ccache id; -- 2.26.2