summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 22:56:31 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-20 22:56:31 +0000
commitce0c785768b24284fae6496c9bdd16f829b5f507 (patch)
treec7447528a9ed9a90ecadd979945685c0560efa1a
parent31242beed33cff434f23a710844d5485355eaff6 (diff)
downloadATCD-ce0c785768b24284fae6496c9bdd16f829b5f507.tar.gz
ChangeLogTag:Tue Jul 20 17:41:53 1999 Irfan Pyarali <irfan@cs.wustl.edu>
-rw-r--r--ChangeLog-99b6
-rw-r--r--ace/Future_Set.cpp6
2 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index dad779920ef..51af43d0f37 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,9 @@
+Tue Jul 20 17:41:53 1999 Irfan Pyarali <irfan@cs.wustl.edu>
+
+ * ace/Future_Set.cpp (next_readable): Removed extra code that was
+ left behind from a debugging stage. Thanks to author John
+ Tucker <jtucker@infoglide.com> for helping with this.
+
Tue Jul 20 12:02:47 1999 David L. Levine <levine@cs.wustl.edu>
* examples/Threads/task_five.cpp (main): removed
diff --git a/ace/Future_Set.cpp b/ace/Future_Set.cpp
index 2ffa7a0739c..c75bb161978 100644
--- a/ace/Future_Set.cpp
+++ b/ace/Future_Set.cpp
@@ -106,12 +106,6 @@ ACE_Future_Set<T>::next_readable (ACE_Future<T> &future,
ACE_Message_Block *mb = 0;
FUTURE_REP *future_rep = 0;
- // These variables are currently unused.
- // int isd =
- // this->future_notification_queue_->deactivated ();
- // int ise =
- // this->future_notification_queue_->is_empty ();
-
// Wait for a "readable future" signal from the message queue.
if (this->future_notification_queue_->dequeue_head (mb,
tv) != -1)