From 6f81da795d08a5e1195130bbcfdb4a035b44f868 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Wed, 28 Apr 1999 05:05:24 +0000 Subject: [PATCH] Comment out unwanted assertion as this kills the linux build. --- mailnews/local/src/nsPop3Protocol.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mailnews/local/src/nsPop3Protocol.cpp b/mailnews/local/src/nsPop3Protocol.cpp index 0ca04895040..d26e64627fe 100644 --- a/mailnews/local/src/nsPop3Protocol.cpp +++ b/mailnews/local/src/nsPop3Protocol.cpp @@ -2145,9 +2145,9 @@ nsPop3Protocol::RetrResponse(nsIInputStream* inputStream, status += buffer_size; } while (/* !pauseForMoreData && */ line); - PRUint32 size = 0; - inputStream->GetLength(&size); - NS_ASSERTION(size == 0, "hmmm...."); + //PRUint32 size = 0; + //inputStream->GetLength(&size); + //NS_ASSERTION(size == 0, "hmmm...."); } buffer_size = status; // status holds # bytes we've actually buffered so far...