summaryrefslogtreecommitdiff
path: root/pr/tests/join.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/join.c')
-rw-r--r--pr/tests/join.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/pr/tests/join.c b/pr/tests/join.c
index 670df7ef..0875aeb2 100644
--- a/pr/tests/join.c
+++ b/pr/tests/join.c
@@ -64,11 +64,6 @@
#include <stdlib.h>
#include <string.h>
-#ifdef XP_MAC
-#include "prlog.h"
-#define printf PR_LogPrint
-extern void SetupMacPrintfLog(char *logFile);
-#endif
/***********************************************************************
** PRIVATE FUNCTION: Test_Result
** DESCRIPTION: Used in conjunction with the regress tool, prints out the
@@ -227,13 +222,6 @@ static PRIntn PR_CALLBACK RealMain(int argc, char **argv)
}
PL_DestroyOptState(opt);
-#ifdef XP_MAC
- SetupMacPrintfLog("join.log");
- debug_mode = 1;
-#endif
-
-
-
/* main test */
printf("User-User test\n");
runTest(PR_LOCAL_THREAD, PR_LOCAL_THREAD);