From 80a6fe84271d15cc22caa3d08768ab5559ef9ed7 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 16 Jan 2013 16:12:29 -0800 Subject: Remove some unused variables. Signed-off-by: Jeremy Allison Reviewed-by: Stefan Metzmacher --- lib/tdb/tools/tdbdump.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/tdb') diff --git a/lib/tdb/tools/tdbdump.c b/lib/tdb/tools/tdbdump.c index bcd395fd5a..47a84d286b 100644 --- a/lib/tdb/tools/tdbdump.c +++ b/lib/tdb/tools/tdbdump.c @@ -55,9 +55,6 @@ static void log_stderr(struct tdb_context *tdb, enum tdb_debug_level level, const char *fmt, ...) { va_list ap; - char *ptr = NULL; - int debuglevel = 0; - int ret; const char *name = tdb_name(tdb); const char *prefix = ""; -- cgit