Remove RegisterFactory call for an rfc822 parser. this is done during the self register phase of the msgcore dll.

git-svn-id: svn://10.0.0.236/trunk@22670 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com
1999-03-03 01:31:28 +00:00
parent 254261aa33
commit bdd7ff4c36

View File

@@ -1618,7 +1618,6 @@ static char * mime_fix_header_1 (const char *string, PRBool addr_p, PRBool news_
if (addr_p) {
nsIMsgRFC822Parser * pRfc822;
nsRepository::RegisterFactory(kMsgRFC822ParserCID, "mailnews.dll", PR_FALSE, PR_FALSE); //JFD - I should be able to remose this line soon...
nsresult rv = nsRepository::CreateInstance(kMsgRFC822ParserCID,
NULL,
nsIMsgRFC822Parser::IID(),