summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1999-09-21 19:43:31 +0000
committercls%seawood.org <devnull@localhost>1999-09-21 19:43:31 +0000
commit08bbef88634be1b87f6f32713776aa5ee17a568e (patch)
tree640d3dfe71ca177f325754b0fb5885617c0a0b34
parent8d8b02c6b5a893cad410aa5f61aa883fc0d2bfa3 (diff)
downloadnspr-hg-unlabeled-3.21.12.tar.gz
Sync'd with the HEAD branch again.unlabeled-3.21.12
-rw-r--r--pr/src/pthreads/ptio.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pr/src/pthreads/ptio.c b/pr/src/pthreads/ptio.c
index 3f555600..eabf762a 100644
--- a/pr/src/pthreads/ptio.c
+++ b/pr/src/pthreads/ptio.c
@@ -719,7 +719,6 @@ static void pt_ContinuationThreadInternal(pt_Continuation *my_op)
for (pollIndex = 0; pollIndex < pollingListUsed; ++pollIndex)
{
- PRIntn fd = pollingList[pollIndex].fd;
PRInt16 events = pollingList[pollIndex].events;
PRInt16 revents = pollingList[pollIndex].revents;
@@ -1218,8 +1217,6 @@ static PRBool pt_hpux_transmitfile_cont(pt_Continuation *op, PRInt16 revents)
void _PR_InitIO()
{
- PRIntn rv;
-
pt_tq.ml = PR_NewLock();
PR_ASSERT(NULL != pt_tq.ml);
@@ -2290,7 +2287,6 @@ static PRInt32 pt_AcceptRead(
return rv;
}
-failed:
PR_Close(accepted);
return rv;
} /* pt_AcceptRead */