summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-13 16:31:58 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-14 11:26:15 +0200
commitbc9003dd90072191822813d15b26ef850399c1e8 (patch)
tree3794f5b130b4eb7072a6c6a24da6f04b7780b887 /lib
parente2caba054f977b631720f8dc2528ba03dc237122 (diff)
downloadsamba-bc9003dd90072191822813d15b26ef850399c1e8.tar.gz
samba-bc9003dd90072191822813d15b26ef850399c1e8.tar.bz2
samba-bc9003dd90072191822813d15b26ef850399c1e8.zip
tdb2: remove unused debug_fprintf() macro that breaks the build
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
Diffstat (limited to 'lib')
-rw-r--r--lib/tdb2/tools/tdb2restore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tdb2/tools/tdb2restore.c b/lib/tdb2/tools/tdb2restore.c
index 608b46de18..93c6c8bfe5 100644
--- a/lib/tdb2/tools/tdb2restore.c
+++ b/lib/tdb2/tools/tdb2restore.c
@@ -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;