Bug 444328 - Suppress spurious warnings in PRFileDescAutoLock constructor r=mcmanus

This commit is contained in:
Steve Workman 2014-02-06 11:51:38 -08:00
parent b6e3d2440f
commit 8eccb752a0

View File

@ -192,7 +192,6 @@ private:
}
}
mFd = mSocketTransport->GetFD_Locked();
NS_WARN_IF_FALSE(mFd, "PRFileDescAutoLock cannot get fd!");
}
~PRFileDescAutoLock() {
MutexAutoLock lock(mSocketTransport->mLock);