revert to upstream
[debian/amanda] / client-src / selfcheck.c
index aad687228802900b101307a1d3c4977664659613..8787a8245f40c0a055d6e7f8197662d10e4e8ad5 100644 (file)
 #include "findpass.h"
 #endif
 
-#define selfcheck_debug(i,x) do {      \
-       if ((i) <= debug_selfcheck) {   \
-           dbprintf(x);                \
-       }                               \
-} while (0)
-
 int need_samba=0;
 int need_rundump=0;
 int need_dump=0;
@@ -125,10 +119,6 @@ main(
     /* Don't die when child closes pipe */
     signal(SIGPIPE, SIG_IGN);
 
-#if defined(USE_DBMALLOC)
-    malloc_size_1 = malloc_inuse(&malloc_hist_1);
-#endif
-
     erroutput_type = (ERR_INTERACTIVE|ERR_SYSLOG);
     dbopen(DBG_SUBDIR_CLIENT);
     startclock();