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

@@ -443,15 +443,6 @@ out:
return ret;
}
static krb5_error_code
hdb_sqlite_fetch(krb5_context context, HDB *db, krb5_const_principal principal,
unsigned flags, hdb_entry_ex *entry)
{
return hdb_sqlite_fetch_kvno(context, db, principal,
flags & (~HDB_F_KVNO_SPECIFIED), 0, entry);
}
/**
* Convenience function to step a prepared statement with no
* value once.