From: Stefan Metzmacher Date: Wed, 13 Jun 2012 14:31:58 +0000 (+0200) Subject: tdb: remove unused debug_fprintf() macro that breaks the build X-Git-Tag: samba-4.0.0beta2~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2caba054f977b631720f8dc2528ba03dc237122;p=thirdparty%2Fsamba.git tdb: remove unused debug_fprintf() macro that breaks the build The IRIX compiler doesn't support '...' in a macro. metze --- diff --git a/lib/tdb/tools/tdbrestore.c b/lib/tdb/tools/tdbrestore.c index 8106cf9b06a..f65b36fa12e 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;