From d2b6d9b7afbcd454e174587bcb59bc31a60708f4 Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 12 Jul 2006 17:56:17 +0000 Subject: [PATCH] ->do_object_destroy(): kill unused method --- lustre/include/dt_object.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lustre/include/dt_object.h b/lustre/include/dt_object.h index f062e08..0685e0b 100644 --- a/lustre/include/dt_object.h +++ b/lustre/include/dt_object.h @@ -179,15 +179,6 @@ struct dt_object_operations { struct dt_object *dt, struct lu_attr *attr, struct thandle *th); /* - * Destroy existing object. - * - * precondition: lu_object_exists(ctxt, &dt->do_lu); - * postcondition: ergo(result == 0, - * !lu_object_exists(ctxt, &dt->do_lu)); - */ - int (*do_object_destroy)(const struct lu_context *ctxt, - struct dt_object *dt, struct thandle *th); - /* * Announce that this object is going to be used as an index. This * operation check that object supports indexing operations and * installs appropriate dt_index_operations vector on success. -- 1.8.3.1