diff --git a/mozilla/mailnews/news/src/nsNNTPProtocol.cpp b/mozilla/mailnews/news/src/nsNNTPProtocol.cpp index 5f9db54c657..efbf1882a17 100644 --- a/mozilla/mailnews/news/src/nsNNTPProtocol.cpp +++ b/mozilla/mailnews/news/src/nsNNTPProtocol.cpp @@ -3268,8 +3268,6 @@ PRInt32 nsNNTPProtocol::ReadNewsgroupBody(nsIInputStream * inputStream, PRUint32 PRInt32 nsNNTPProtocol::PostMessageInFile(const nsFilePath &filePath) { - if (filePath && *filePath) - { #ifdef DEBUG_NEWS printf("post this file: %s\n",(const char *)nsFileSpec(filePath)); #endif /* DEBUG_NEWS */ @@ -3362,7 +3360,6 @@ PRInt32 nsNNTPProtocol::PostMessageInFile(const nsFilePath &filePath) if (mailnewsurl) SendData(mailnewsurl, buffer); } - } // if filePath SetFlag(NNTP_PAUSE_FOR_READ);