diff --git a/netwerk/protocol/http/src/nsHttpConnection.cpp b/netwerk/protocol/http/src/nsHttpConnection.cpp index be5af498da80..cfe9b3c0695c 100644 --- a/netwerk/protocol/http/src/nsHttpConnection.cpp +++ b/netwerk/protocol/http/src/nsHttpConnection.cpp @@ -67,7 +67,6 @@ nsHttpConnection::nsHttpConnection() : mTransaction(nsnull) , mConnInfo(nsnull) , mLock(nsnull) - , mSuspendCount(0) , mLastReadTime(0) , mIdleTimeout(0) , mKeepAlive(PR_TRUE) // assume to keep-alive by default diff --git a/netwerk/protocol/http/src/nsHttpConnection.h b/netwerk/protocol/http/src/nsHttpConnection.h index ce66e6add671..df0f2e2ed244 100644 --- a/netwerk/protocol/http/src/nsHttpConnection.h +++ b/netwerk/protocol/http/src/nsHttpConnection.h @@ -151,7 +151,6 @@ private: nsHttpConnectionInfo *mConnInfo; // hard ref PRLock *mLock; - PRInt32 mSuspendCount; PRUint32 mLastReadTime; PRUint16 mMaxHangTime; // max download time before dropping keep-alive status