]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tdb2: 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 09:26:15 +0000 (11:26 +0200)
The IRIX compiler doesn't support '...' in a macro.

metze

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Thu Jun 14 11:26:15 CEST 2012 on sn-devel-104

lib/tdb2/tools/tdb2restore.c

index 608b46de18d27d0be852a9139ae08ac37fa975c8..93c6c8bfe5ac1128fa519149c6de35c15e765dfa 100644 (file)
@@ -31,8 +31,6 @@
 #include <stdlib.h>
 #endif
 
-#define debug_fprintf(file, fmt, ...) do {/*nothing*/} while (0)
-
 static int read_linehead(FILE *f)
 {
        int i, c;