Comment this out until we figure out what to do about nsXPIDLString's shared empty buffer handle. b=112547

git-svn-id: svn://10.0.0.236/trunk@151679 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2004-01-22 04:30:03 +00:00
parent 487c2df707
commit 4f0232d21c

View File

@@ -48,8 +48,10 @@ nsSingleThreadVerifier::nsSingleThreadVerifier()
void nsSingleThreadVerifier::verifyThread() const
{
#if 0
NS_ASSERTION(mThread == PR_GetCurrentThread(),
"sharable string being used on multiple threads");
#endif
}
#endif