This commit is contained in:
sspitzer%netscape.com 1999-05-16 04:15:19 +00:00
Родитель 54f0c3ccdf
Коммит 74a60e66a9
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1258,7 +1258,7 @@ PRInt32 nsSmtpProtocol::LoadURL(nsIURL * aURL)
nsresult rv = NS_OK;
PRInt32 status = 0;
m_continuationResponse = -1; /* init */
nsISmtpUrl * smtpUrl = nsnull;
//nsISmtpUrl * smtpUrl = nsnull;
HG77067
if (aURL)

Просмотреть файл

@ -30,7 +30,7 @@ nsresult NS_NewMimeContentTypeHandler(nsIMimeContentTypeHandler ** aInstancePtrR
{
/* note this new macro for assertions...they can take
a string describing the assertion */
nsresult result = NS_OK;
//nsresult result = NS_OK;
NS_PRECONDITION(nsnull != aInstancePtrResult, "nsnull ptr");
if (nsnull != aInstancePtrResult)
{

Просмотреть файл

@ -30,7 +30,7 @@ nsresult NS_NewMimeContentTypeHandler(nsIMimeContentTypeHandler ** aInstancePtrR
{
/* note this new macro for assertions...they can take
a string describing the assertion */
nsresult result = NS_OK;
//nsresult result = NS_OK;
NS_PRECONDITION(nsnull != aInstancePtrResult, "nsnull ptr");
if (nsnull != aInstancePtrResult)
{

Просмотреть файл

@ -36,7 +36,7 @@ nsresult NS_NewMimeEmitter(nsIMimeEmitter ** aInstancePtrResult)
{
/* note this new macro for assertions...they can take
a string describing the assertion */
nsresult result = NS_OK;
//nsresult result = NS_OK;
NS_PRECONDITION(nsnull != aInstancePtrResult, "nsnull ptr");
if (nsnull != aInstancePtrResult)
{