dbwrap: Remove unused dbwrap_hash_size()
[nivanova/samba-autobuild/.git] / lib / dbwrap / dbwrap_cache.c
index 724389e32e67cbe08aba5c31e37c1fb2437cb878..c317fe005248ce30208c09c3d8d59b97fe6ec794 100644 (file)
@@ -222,6 +222,5 @@ struct db_context *db_open_cache(TALLOC_CTX *mem_ctx,
        db->exists = dbwrap_cache_exists;
        db->id = dbwrap_cache_id;
        db->name = dbwrap_name(ctx->backing);
-       db->hash_size = dbwrap_hash_size(ctx->backing);
        return db;
 }