Remove the ifdef with new interface in place

git-svn-id: svn://10.0.0.236/trunk@36988 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rhp%netscape.com
1999-06-26 04:01:41 +00:00
parent 002110f568
commit fc63d0500a

View File

@@ -423,7 +423,6 @@ int main(int argc, char *argv[])
if (tagBuf)
PL_strcpy(tagBuf, "Do that voodo, that you do, soooo weeeelllll!");
#if 0
pMsgSend->CreateAndSendMessage(nsnull, // identity
pMsgCompFields,
PR_FALSE, // PRBool digest_p,
@@ -437,9 +436,6 @@ int main(int argc, char *argv[])
NULL, // nsMsgSendPart *relatedPart,
nsnull); // listener array
#else
printf("rhp fix me!\n");
#endif
PR_FREEIF(ptr);
}