From fd70b163fa5fb91683ea0288aa74b8b90765e24d Mon Sep 17 00:00:00 2001 From: "cyeh%netscape.com" Date: Mon, 28 Sep 1998 20:19:24 +0000 Subject: [PATCH] remove old NSPR20 #ifdef git-svn-id: svn://10.0.0.236/trunk@11246 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/xml/js/test/js.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mozilla/modules/xml/js/test/js.c b/mozilla/modules/xml/js/test/js.c index 1f4fcba2ac9..3c54c40e247 100644 --- a/mozilla/modules/xml/js/test/js.c +++ b/mozilla/modules/xml/js/test/js.c @@ -25,11 +25,7 @@ #include #include #include "prtypes.h" -#ifndef NSPR20 -#include "prarena.h" -#else #include "plarena.h" -#endif #include "prlog.h" #include "prprf.h" #include "jsapi.h"