From dc470d54cb70d8d3ef579563e37a2dd10d900cd9 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Fri, 14 Jan 2000 00:31:07 +0000 Subject: [PATCH] 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 --- mozilla/nsprpub/pr/src/pthreads/ptthread.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/nsprpub/pr/src/pthreads/ptthread.c b/mozilla/nsprpub/pr/src/pthreads/ptthread.c index 49f08da1b58..8e81c202760 100644 --- a/mozilla/nsprpub/pr/src/pthreads/ptthread.c +++ b/mozilla/nsprpub/pr/src/pthreads/ptthread.c @@ -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 {