ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h
authorAndrew Bartlett <abartlet@samba.org>
Mon, 29 Oct 2012 23:22:28 +0000 (10:22 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 30 Oct 2012 21:13:56 +0000 (08:13 +1100)
lib/ldb/ldb_tdb/ldb_tdb.h

index ea85ca1be7adbff13816036afe0a361f9f4ad363..dd7162663e4fa4528760cc728dd12112e7b91599 100644 (file)
@@ -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);