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) {