From e2caba054f977b631720f8dc2528ba03dc237122 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 13 Jun 2012 16:31:58 +0200 Subject: tdb: remove unused debug_fprintf() macro that breaks the build The IRIX compiler doesn't support '...' in a macro. metze --- lib/tdb/tools/tdbrestore.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/tdb/tools/tdbrestore.c b/lib/tdb/tools/tdbrestore.c index 8106cf9b06..f65b36fa12 100644 --- a/lib/tdb/tools/tdbrestore.c +++ b/lib/tdb/tools/tdbrestore.c @@ -25,8 +25,6 @@ #include "system/wait.h" #include "tdb.h" -#define debug_fprintf(file, fmt, ...) do {/*nothing*/} while (0) - static int read_linehead(FILE *f) { int i, c; -- cgit