Bug 857834 - Remove a warning in the startupcache. r=mwu

This commit is contained in:
Justin Lebar
2013-04-08 20:31:44 -04:00
parent 348e1bce06
commit 1589a7d5de

View File

@@ -90,7 +90,6 @@ StartupCache::GetSingleton()
{
if (!gStartupCache) {
if (XRE_GetProcessType() != GeckoProcessType_Default) {
NS_WARNING("Startup cache is only available in the chrome process");
return nullptr;
}