summaryrefslogtreecommitdiff
path: root/pr/tests/op_filnf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/op_filnf.c')
-rw-r--r--pr/tests/op_filnf.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/pr/tests/op_filnf.c b/pr/tests/op_filnf.c
index 5f676250..c4cc48ee 100644
--- a/pr/tests/op_filnf.c
+++ b/pr/tests/op_filnf.c
@@ -57,24 +57,11 @@
#include <stdio.h>
#include "plgetopt.h"
-#ifdef XP_MAC
-#include "prlog.h"
-#define printf PR_LogPrint
-#else
-#endif
-
static PRFileDesc *t1;
PRIntn error_code;
int main(int argc, char **argv)
{
-
-
-#ifdef XP_MAC
- SetupMacPrintfLog("pr_open_re.log");
-#endif
-
-
PR_STDIO_INIT();
t1 = PR_Open("/usr/tmp/ttools/err03.tmp", PR_TRUNCATE | PR_RDWR, 0666);
if (t1 == NULL) {