tdb: remove unused debug_fprintf() macro that breaks the build
authorStefan Metzmacher <metze@samba.org>
Wed, 13 Jun 2012 14:31:58 +0000 (16:31 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 14 Jun 2012 07:34:14 +0000 (09:34 +0200)
The IRIX compiler doesn't support '...' in a macro.

metze

lib/tdb/tools/tdbrestore.c

index 8106cf9b06a55794cb6b3b489da54596fa315dd5..f65b36fa12e448c8c8820f4bef23300ad3a2df00 100644 (file)
@@ -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;