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

@@ -348,7 +348,6 @@ hdb_db_create(krb5_context context, HDB **db,
(*db)->hdb_capability_flags = HDB_CAP_F_HANDLE_ENTERPRISE_PRINCIPAL;
(*db)->hdb_open = DB_open;
(*db)->hdb_close = DB_close;
(*db)->hdb_fetch = _hdb_fetch;
(*db)->hdb_fetch_kvno = _hdb_fetch_kvno;
(*db)->hdb_store = _hdb_store;
(*db)->hdb_remove = _hdb_remove;