drop hdb_fetch

This commit is contained in:
Love Hornquist Astrand
2010-11-28 11:46:46 -08:00
parent 965836509b
commit 6c6726d76c
10 changed files with 5 additions and 35 deletions

View File

@@ -743,7 +743,6 @@ hdb_mdb_create(krb5_context context, HDB **db,
(*db)->hdb_capability_flags = 0;
(*db)->hdb_open = mdb_open;
(*db)->hdb_close = mdb_close;
(*db)->hdb_fetch = mdb_fetch;
(*db)->hdb_fetch_kvno = mdb_fetch_kvno;
(*db)->hdb_store = mdb_store;
(*db)->hdb_remove = mdb_remove;