summaryrefslogtreecommitdiffstats
path: root/nsprpub/pr/tests/dceemu.c
diff options
context:
space:
mode:
Diffstat (limited to 'nsprpub/pr/tests/dceemu.c')
-rw-r--r--nsprpub/pr/tests/dceemu.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/nsprpub/pr/tests/dceemu.c b/nsprpub/pr/tests/dceemu.c
index b06b49e3a..99fd6cb7c 100644
--- a/nsprpub/pr/tests/dceemu.c
+++ b/nsprpub/pr/tests/dceemu.c
@@ -29,8 +29,6 @@
#include <stdio.h>
#include <stdlib.h>
-#if defined(_PR_DCETHREADS)
-
PRIntn failed_already=0;
PRIntn debug_mode=0;
@@ -80,20 +78,13 @@ static PRIntn prmain(PRIntn argc, char **argv)
} /* prmain */
-#endif /* #if defined(_PR_DCETHREADS) */
-
int main(int argc, char **argv)
{
-
-#if defined(_PR_DCETHREADS)
PR_Initialize(prmain, argc, argv, 0);
if(failed_already)
return 1;
else
return 0;
-#else
- return 0;
-#endif
} /* main */