Removed the assertion in PR_JoinThread. Returning PR_FAILURE is enough.

git-svn-id: svn://10.0.0.236/trunk@57756 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com
2000-01-14 00:31:07 +00:00
parent 23764e4099
commit dc470d54cb

View File

@@ -514,8 +514,6 @@ PR_IMPLEMENT(PRStatus) PR_JoinThread(PRThread *thred)
PR_SetError(PR_INVALID_ARGUMENT_ERROR, 0);
PR_LogPrint(
"PR_JoinThread: 0x%X not joinable | already smashed\n", thred);
PR_ASSERT(!"Illegal thread join attempt");
}
else
{