From 60ced1e02f4227c7bf4bfe411efa41dcbbf25212 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 1 Jul 1999 05:38:03 +0000 Subject: [PATCH] fix build bustage on Solaris. git-svn-id: svn://10.0.0.236/trunk@37648 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/news/src/nsNNTPProtocol.cpp | 3 --- 1 file changed, 3 deletions(-) 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);