summaryrefslogtreecommitdiff
path: root/pr/tests/joinku.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/joinku.c')
-rw-r--r--pr/tests/joinku.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/pr/tests/joinku.c b/pr/tests/joinku.c
index c639ce1a..89d15291 100644
--- a/pr/tests/joinku.c
+++ b/pr/tests/joinku.c
@@ -65,10 +65,6 @@
#include <stdlib.h>
#include <string.h>
-#ifdef XP_MAC
-#include "prlog.h"
-#define printf PR_LogPrint
-#endif
PRIntn failed_already=0;
PRIntn debug_mode;
@@ -163,12 +159,6 @@ static PRIntn PR_CALLBACK RealMain( PRIntn argc, char **argv )
PR_Init(PR_USER_THREAD, PR_PRIORITY_NORMAL, 0);
PR_STDIO_INIT();
-#ifdef XP_MAC
- SetupMacPrintfLog("joinku.log");
-#endif
-
-
-
/* main test */
if (debug_mode) printf("Kernel-User test\n");