summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-02-16 00:58:48 +0000
committerwtc%netscape.com <devnull@localhost>2000-02-16 00:58:48 +0000
commit7fcd92a33126522c53b6b85ccc312de5e39edc7f (patch)
treed7e214c05f488ed38eaa6aa6dd57aa2a5c98f50b
parent274ffce5009a25d607dd616dbb15eaa0e0ca486f (diff)
downloadnspr-hg-7fcd92a33126522c53b6b85ccc312de5e39edc7f.tar.gz
Removed unused variables. (NSPRPUB_RELEASE_4_0_BRANCH)
-rw-r--r--pr/src/pthreads/ptio.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/pr/src/pthreads/ptio.c b/pr/src/pthreads/ptio.c
index dafb9ec7..b301ebd5 100644
--- a/pr/src/pthreads/ptio.c
+++ b/pr/src/pthreads/ptio.c
@@ -340,7 +340,6 @@ static void pt_poll_now(pt_Continuation *op)
if (rv > 0)
{
- PRIntn fd = tmp_pfd.fd;
PRInt16 events = tmp_pfd.events;
PRInt16 revents = tmp_pfd.revents;
@@ -392,7 +391,6 @@ static void pt_poll_now(pt_Continuation *op)
if (rv > 0)
{
- PRIntn fd = tmp_pfd.fd;
PRInt16 events = tmp_pfd.events;
PRInt16 revents = tmp_pfd.revents;
@@ -436,10 +434,6 @@ static void pt_poll_now(pt_Continuation *op)
static PRIntn pt_Continue(pt_Continuation *op)
{
- PRStatus rv;
- PRThread *self = PR_GetCurrentThread();
- struct pt_TimedQueue *tqp;
-
op->status = pt_continuation_pending; /* set default value */
/*
* let each thread call poll directly
@@ -3223,7 +3217,6 @@ PR_IMPLEMENT(PRStatus) PR_CreatePipe(
)
{
int pipefd[2];
- int flags;
if (pt_TestAbort()) return PR_FAILURE;