drop unused functions

This commit is contained in:
Love Hornquist Astrand
2010-11-28 11:50:42 -08:00
parent 6c6726d76c
commit 0a10f35897
3 changed files with 0 additions and 25 deletions

View File

@@ -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)
{