Removed unused static.

This commit is contained in:
dp%netscape.com 2000-08-16 07:33:23 +00:00
parent b930aa66a7
commit b2945eb4e6

View File

@ -30,8 +30,6 @@
#include "prthread.h" /* XXX: only used for the NSPR initialization hack (rick) */ #include "prthread.h" /* XXX: only used for the NSPR initialization hack (rick) */
#include "nsAutoLock.h" #include "nsAutoLock.h"
static NS_DEFINE_CID(kComponentManagerCID, NS_COMPONENTMANAGER_CID);
nsIServiceManager* gServiceManager = NULL; nsIServiceManager* gServiceManager = NULL;
PRBool gShuttingDown = PR_FALSE; PRBool gShuttingDown = PR_FALSE;