diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-13 16:31:58 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-14 09:34:14 +0200 |
commit | e2caba054f977b631720f8dc2528ba03dc237122 (patch) | |
tree | f39b0da46b44970c6a8132f4a366eb74acf331cc /lib | |
parent | deca298d7b5651276ab7cd8bcb3090a2a4946d79 (diff) | |
download | samba-e2caba054f977b631720f8dc2528ba03dc237122.tar.gz samba-e2caba054f977b631720f8dc2528ba03dc237122.tar.bz2 samba-e2caba054f977b631720f8dc2528ba03dc237122.zip |
tdb: remove unused debug_fprintf() macro that breaks the build
The IRIX compiler doesn't support '...' in a macro.
metze
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tdb/tools/tdbrestore.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tdb/tools/tdbrestore.c b/lib/tdb/tools/tdbrestore.c index 8106cf9b06..f65b36fa12 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; |