bug 15627; got rid of compiler warning; r=none

This commit is contained in:
erik%netscape.com 1999-11-15 21:18:24 +00:00
parent 1726ac1079
commit be75e7427b

View File

@ -46,7 +46,8 @@
static NS_DEFINE_CID(kComponentManagerCID, NS_COMPONENTMANAGER_CID);
static PRInt32 gLockCount = 0;
// XXX investigate need for proper locking in this module
//static PRInt32 gLockCount = 0;
NS_DEFINE_IID(kIFactoryIID, NS_IFACTORY_IID);
NS_DEFINE_IID(kIStringBundleIID, NS_ISTRINGBUNDLE_IID);