diff --git a/xpcom/components/nsServiceManager.cpp b/xpcom/components/nsServiceManager.cpp index beaa49ab24bd..a5c5fbfcc65a 100644 --- a/xpcom/components/nsServiceManager.cpp +++ b/xpcom/components/nsServiceManager.cpp @@ -30,8 +30,6 @@ #include "prthread.h" /* XXX: only used for the NSPR initialization hack (rick) */ #include "nsAutoLock.h" -static NS_DEFINE_CID(kComponentManagerCID, NS_COMPONENTMANAGER_CID); - nsIServiceManager* gServiceManager = NULL; PRBool gShuttingDown = PR_FALSE;