summaryrefslogtreecommitdiff
path: root/tests/Future_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-27 13:34:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-05-27 13:34:21 +0000
commit3f2d86171a6aeda198a23d32550b9e2ee8bf96ee (patch)
tree3f832fd50953a311301fcf1b253ef69eacc2ec25 /tests/Future_Test.cpp
parentb4e3fef03d183a68232fbdbb82b6f921a22f9904 (diff)
downloadATCD-3f2d86171a6aeda198a23d32550b9e2ee8bf96ee.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Future_Test.cpp')
-rw-r--r--tests/Future_Test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Future_Test.cpp b/tests/Future_Test.cpp
index 338b063cb4d..4f8663a437b 100644
--- a/tests/Future_Test.cpp
+++ b/tests/Future_Test.cpp
@@ -36,15 +36,12 @@ static ATOMIC_INT task_count (0);
// a counter for the futures..
static ATOMIC_INT future_count (0);
-static ATOMIC_INT future_no (0);
// a counter for the capsules..
static ATOMIC_INT capsule_count (0);
-static ATOMIC_INT capsule_no (0);
// a counter for the method objects...
static ATOMIC_INT methodobject_count (0);
-static ATOMIC_INT methodobject_no (0);
class Scheduler : public ACE_Task<ACE_MT_SYNCH>
// = TITLE