summaryrefslogtreecommitdiff
path: root/pr/tests/y2k.c
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2009-05-06 05:40:39 +0000
committerwtc%google.com <devnull@localhost>2009-05-06 05:40:39 +0000
commit70eab9ec5d635fffed0099faac90b964e4adb087 (patch)
treeaba26ff7c9f47e742b45187fa9ce96416d45e3cf /pr/tests/y2k.c
parentebc2e0fd858b7882dee5c507aff0f562785b20f7 (diff)
downloadnspr-hg-70eab9ec5d635fffed0099faac90b964e4adb087.tar.gz
Bug 476996: removed the remaining XP_MAC code. The patch is contributed by
Zack Weinberg <zweinberg@mozilla.com>. r=wtc.
Diffstat (limited to 'pr/tests/y2k.c')
-rw-r--r--pr/tests/y2k.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/pr/tests/y2k.c b/pr/tests/y2k.c
index 80fc10a5..68ee245a 100644
--- a/pr/tests/y2k.c
+++ b/pr/tests/y2k.c
@@ -56,12 +56,6 @@
#include <stdlib.h>
#include <string.h>
-#ifdef XP_MAC
-#include "prlog.h"
-#include "macstdlibextras.h"
-extern void SetupMacPrintfLog(char *logFile);
-#endif
-
#define PRINT_DETAILS
int failed_already=0;
@@ -792,12 +786,6 @@ int main(int argc, char** argv)
PR_Init(PR_USER_THREAD, PR_PRIORITY_NORMAL, 0);
lm = PR_NewLogModule("test");
-#ifdef XP_MAC
- /* Set up the console */
- InitializeSIOUX(true);
- debug_mode = PR_TRUE;
-#endif
-
if ( PR_FAILURE == TestExplodeImplodeTime())
{
PR_LOG( lm, PR_LOG_ERROR,
@@ -822,16 +810,6 @@ int main(int argc, char** argv)
else
printf("Test 3: Parse Time Test passed\n");
-#ifdef XP_MAC
- if (1)
- {
- char dummyChar;
-
- printf("Press return to exit\n\n");
- scanf("%c", &dummyChar);
- }
-#endif
-
if (failed_already)
return 1;
else