summaryrefslogtreecommitdiff
path: root/pr/tests/timemac.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/timemac.c')
-rw-r--r--pr/tests/timemac.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/pr/tests/timemac.c b/pr/tests/timemac.c
index c58c24bd..fd98a379 100644
--- a/pr/tests/timemac.c
+++ b/pr/tests/timemac.c
@@ -43,12 +43,6 @@
#include "prinit.h"
#include "prtime.h"
-#ifdef XP_MAC
-#include "prlog.h"
-#define printf PR_LogPrint
-extern void SetupMacPrintfLog(char *logFile);
-#endif
-
static char *dayOfWeek[] =
{ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "???" };
@@ -91,10 +85,6 @@ int main(int argc, char** argv)
PR_Init(PR_USER_THREAD, PR_PRIORITY_NORMAL, 0);
-#ifdef XP_MAC
- SetupMacPrintfLog("timemac.log");
-#endif
-
/*
*************************************************************
**