From 1d39b11b7f2fb956d6fd3223d582f3495ef20d3e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 16 Sep 1996 21:19:25 +0000 Subject: [PATCH] removed unused variable --- src/libCom/osiTimer.cc | 6 ++++-- src/libCom/timer/osiTimer.cpp | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/libCom/osiTimer.cc b/src/libCom/osiTimer.cc index f383b4562..d0ed4aece 100644 --- a/src/libCom/osiTimer.cc +++ b/src/libCom/osiTimer.cc @@ -29,6 +29,9 @@ * * History * $Log$ + * Revision 1.4 1996/08/05 21:51:11 jhill + * fixed delete this confusion + * * Revision 1.3 1996/07/24 23:01:53 jhill * use iter.remove() * @@ -232,9 +235,8 @@ osiTime osiTimerQueue::delayToFirstExpire() void osiTimerQueue::process() { tsDLIter pendIter (this->pending); - tsDLIter expirIter (this->expired); - osiTimer *pTmr; osiTime cur(osiTime::getCurrent()); + osiTimer *pTmr; // no recursion if (this->inProcess) { diff --git a/src/libCom/timer/osiTimer.cpp b/src/libCom/timer/osiTimer.cpp index f383b4562..d0ed4aece 100644 --- a/src/libCom/timer/osiTimer.cpp +++ b/src/libCom/timer/osiTimer.cpp @@ -29,6 +29,9 @@ * * History * $Log$ + * Revision 1.4 1996/08/05 21:51:11 jhill + * fixed delete this confusion + * * Revision 1.3 1996/07/24 23:01:53 jhill * use iter.remove() * @@ -232,9 +235,8 @@ osiTime osiTimerQueue::delayToFirstExpire() void osiTimerQueue::process() { tsDLIter pendIter (this->pending); - tsDLIter expirIter (this->expired); - osiTimer *pTmr; osiTime cur(osiTime::getCurrent()); + osiTimer *pTmr; // no recursion if (this->inProcess) {