diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-07-03 15:42:15 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-07-03 15:42:15 +0000 |
| commit | 0333344c61c236fe783dbe3f129222e33f66a4ac (patch) | |
| tree | bdb88cd7887ebce8f338ffc9b1cd763f7936cfc1 /src | |
| parent | 56235c0f3a5595cb896da4d80078223b034880de (diff) | |
remove unused macro krb5_fcc_skip()
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1036 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/ccache/file/fcc_skip.c | 3 |
1 files changed, 0 insertions, 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 <krb5/copyright.h> #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; |
