bug 17120, can't startup if cookie dll missing, r=valeski

git-svn-id: svn://10.0.0.236/trunk@52003 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com 1999-10-27 22:41:36 +00:00
parent 32be2053bd
commit cfdf03bc1a

View File

@ -573,11 +573,6 @@ static nsresult main1(int argc, char* argv[])
NS_WITH_SERVICE(nsICookieService, cookieService, kCookieServiceCID, &rv);
// quiet the compiler
(void)cookieService;
#ifndef XP_MAC
// Until the cookie manager actually exists on the Mac we don't want to bail here
if (NS_FAILED(rv))
return rv;
#endif // XP_MAC
// Enumerate AppShellComponenets
appShell->EnumerateAndInitializeComponents();