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

This commit is contained in:
morse%netscape.com 1999-10-27 22:41:36 +00:00
parent 5bee4e9da7
commit 81dc856fe7

@ -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();