From 74a60e66a9b5e63459555b59380d56144a95307c Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Sun, 16 May 1999 04:15:19 +0000 Subject: [PATCH] comment out unused variable --- mailnews/compose/src/nsSmtpProtocol.cpp | 2 +- mailnews/mime/cthandlers/glue/nsMimeContentTypeHandler.cpp | 2 +- mailnews/mime/cthandlers/vcard/nsMimeContentTypeHandler.cpp | 2 +- mailnews/mime/emitters/raw/nsMimeEmitter.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mailnews/compose/src/nsSmtpProtocol.cpp b/mailnews/compose/src/nsSmtpProtocol.cpp index 3e0b08fbecc5..a5ed3ff30259 100644 --- a/mailnews/compose/src/nsSmtpProtocol.cpp +++ b/mailnews/compose/src/nsSmtpProtocol.cpp @@ -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) diff --git a/mailnews/mime/cthandlers/glue/nsMimeContentTypeHandler.cpp b/mailnews/mime/cthandlers/glue/nsMimeContentTypeHandler.cpp index 609c20a3e1b1..af085c607221 100644 --- a/mailnews/mime/cthandlers/glue/nsMimeContentTypeHandler.cpp +++ b/mailnews/mime/cthandlers/glue/nsMimeContentTypeHandler.cpp @@ -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) { diff --git a/mailnews/mime/cthandlers/vcard/nsMimeContentTypeHandler.cpp b/mailnews/mime/cthandlers/vcard/nsMimeContentTypeHandler.cpp index 609c20a3e1b1..af085c607221 100644 --- a/mailnews/mime/cthandlers/vcard/nsMimeContentTypeHandler.cpp +++ b/mailnews/mime/cthandlers/vcard/nsMimeContentTypeHandler.cpp @@ -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) { diff --git a/mailnews/mime/emitters/raw/nsMimeEmitter.cpp b/mailnews/mime/emitters/raw/nsMimeEmitter.cpp index 5b1c4dc92593..7857d812323c 100644 --- a/mailnews/mime/emitters/raw/nsMimeEmitter.cpp +++ b/mailnews/mime/emitters/raw/nsMimeEmitter.cpp @@ -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) {