svn commit: samba r4488 - in branches/SAMBA_4_0/source/lib/ldb/ldb_tdb: .

tridge at samba.org tridge at samba.org
Sun Jan 2 23:09:11 GMT 2005


Author: tridge
Date: 2005-01-02 23:09:11 +0000 (Sun, 02 Jan 2005)
New Revision: 4488

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4488

Log:
removed an unused variable





Modified:
   branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_cache.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_cache.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_cache.c	2005-01-02 23:05:27 UTC (rev 4487)
+++ branches/SAMBA_4_0/source/lib/ldb/ldb_tdb/ldb_cache.c	2005-01-02 23:09:11 UTC (rev 4488)
@@ -197,7 +197,6 @@
 */
 int ltdb_increase_sequence_number(struct ldb_module *module)
 {
-	struct ldb_context *ldb = module->ldb;
 	struct ltdb_private *ltdb = module->private_data;
 	struct ldb_message *msg;
 	struct ldb_message_element el;



More information about the samba-cvs mailing list