warning fix

This commit is contained in:
valeski%netscape.com 1999-09-01 14:11:15 +00:00
parent 5b55595e21
commit dc75493b3e

View File

@ -54,8 +54,6 @@ nsIOService::Init()
// initialize the version and app components
// XXX we're forcing these to be single byte strings for now.
nsresult rv;
mAppName = new nsCString("Netscape");
if (!mAppName) return NS_ERROR_OUT_OF_MEMORY;
mAppCodeName = new nsCString("Mozilla");