drop unused functions
This commit is contained in:
@@ -641,15 +641,6 @@ mdb_fetch_kvno(krb5_context context, HDB *db, krb5_const_principal principal,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static krb5_error_code
|
||||
mdb_fetch(krb5_context context, HDB *db, krb5_const_principal principal,
|
||||
unsigned flags, hdb_entry_ex *entry)
|
||||
{
|
||||
return mdb_fetch_kvno(context, db, principal,
|
||||
flags & (~HDB_F_KVNO_SPECIFIED), 0, entry);
|
||||
}
|
||||
|
||||
|
||||
static krb5_error_code
|
||||
mdb_store(krb5_context context, HDB *db, unsigned flags, hdb_entry_ex *entry)
|
||||
{
|
||||
|
Reference in New Issue
Block a user