remove unused macro krb5_fcc_skip()
authorJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 15:42:15 +0000 (15:42 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 3 Jul 1990 15:42:15 +0000 (15:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1036 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/file/fcc_skip.c

index 64380238e498b469c2badcd37ecaa78256336fbb..f5067077da9d6e58de27f3621f5accf617b363b8 100644 (file)
@@ -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;