From bc9003dd90072191822813d15b26ef850399c1e8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 13 Jun 2012 16:31:58 +0200 Subject: 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 Autobuild-Date(master): Thu Jun 14 11:26:15 CEST 2012 on sn-devel-104 --- lib/tdb2/tools/tdb2restore.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/tdb2') 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 #endif -#define debug_fprintf(file, fmt, ...) do {/*nothing*/} while (0) - static int read_linehead(FILE *f) { int i, c; -- cgit