From f58143b0256d470e17f2c0a09a7c1a352855d385 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sat, 12 Mar 2005 09:55:08 +0000 Subject: r5769: Fix unused variable warning. (This used to be commit 80dfac3640443a41f7e45e9164ca1a6749494011) --- source4/lib/ldb/modules/timestamps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/modules/timestamps.c') diff --git a/source4/lib/ldb/modules/timestamps.c b/source4/lib/ldb/modules/timestamps.c index dec564bf66..c472fc3c55 100644 --- a/source4/lib/ldb/modules/timestamps.c +++ b/source4/lib/ldb/modules/timestamps.c @@ -247,7 +247,7 @@ static const char *timestamps_errstring(struct ldb_module *module) 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; } -- cgit