From: Andrew Bartlett Date: Mon, 29 Oct 2012 23:22:28 +0000 (+1100) Subject: ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h X-Git-Tag: ldb-1.1.14~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b2f3c6dec997b0dd4bcafeae662a71ebd34e12b;p=thirdparty%2Fsamba.git ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h --- diff --git a/lib/ldb/ldb_tdb/ldb_tdb.h b/lib/ldb/ldb_tdb/ldb_tdb.h index ea85ca1be7a..dd7162663e4 100644 --- a/lib/ldb/ldb_tdb/ldb_tdb.h +++ b/lib/ldb/ldb_tdb/ldb_tdb.h @@ -97,8 +97,6 @@ int ltdb_index_transaction_cancel(struct ldb_module *module); int ltdb_pack_data(struct ldb_module *module, const struct ldb_message *message, TDB_DATA *data); -void ltdb_unpack_data_free(struct ldb_module *module, - struct ldb_message *message); int ltdb_unpack_data(struct ldb_context *ldb, const TDB_DATA *data, struct ldb_message *message);