Bug 1068177: Remove redundant assertion about const variable 'kDEBUGThreadSleepMS', to prevent MSVC warning about ~DEBUGThreadSlower never returning. r=bent

This commit is contained in:
Daniel Holbert 2014-09-17 11:30:22 -07:00
parent b6ec2341c9
commit 81678b978e

View File

@ -5380,7 +5380,6 @@ private:
~DEBUGThreadSlower()
{
AssertIsOnBackgroundThread();
MOZ_ASSERT(kDEBUGThreadSleepMS);
}
NS_DECL_NSITHREADOBSERVER