Author: tpot Date: 2005-03-12 09:55:08 +0000 (Sat, 12 Mar 2005) New Revision: 5769
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5769 Log: Fix unused variable warning. Modified: branches/SAMBA_4_0/source/lib/ldb/modules/timestamps.c Changeset: Modified: branches/SAMBA_4_0/source/lib/ldb/modules/timestamps.c =================================================================== --- branches/SAMBA_4_0/source/lib/ldb/modules/timestamps.c 2005-03-12 09:49:48 UTC (rev 5768) +++ branches/SAMBA_4_0/source/lib/ldb/modules/timestamps.c 2005-03-12 09:55:08 UTC (rev 5769) @@ -247,7 +247,7 @@ static int timestamps_destructor(void *module_ctx) { - struct ldb_module *ctx = module_ctx; + /* struct ldb_module *ctx = module_ctx; */ /* put your clean-up functions here */ return 0; }