summaryrefslogtreecommitdiff
path: root/tests/Future_Set_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-02-21 23:18:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-02-21 23:18:53 +0000
commitc8ecefcd6690d64f7a0ce8f8c76db247b2caae44 (patch)
treed8a8fb5b956a97c19bb33c90c6846d0766ebda58 /tests/Future_Set_Test.cpp
parent269f401ebb0ce368eeab244e80f2c2afcc39a033 (diff)
downloadATCD-c8ecefcd6690d64f7a0ce8f8c76db247b2caae44.tar.gz
ChangeLogTag:Mon Feb 21 14:35:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'tests/Future_Set_Test.cpp')
-rw-r--r--tests/Future_Set_Test.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/tests/Future_Set_Test.cpp b/tests/Future_Set_Test.cpp
index 2c9ba7ca212..179e6febfa6 100644
--- a/tests/Future_Set_Test.cpp
+++ b/tests/Future_Set_Test.cpp
@@ -16,8 +16,9 @@
// are prime.
//
// = AUTHOR
-// Andres Kruse <Andres.Kruse@cern.ch>, Douglas C. Schmidt
-// <schmidt@cs.wustl.edu>, and Per Andersson <pera@ipso.se>
+// Andres Kruse <Andres.Kruse@cern.ch>,
+// Douglas C. Schmidt <schmidt@cs.wustl.edu>,
+// and Per Andersson <pera@ipso.se>
//
// ============================================================================
@@ -34,11 +35,6 @@
ACE_RCSID(tests, Future_Set_Test, "$Id$")
-#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
- USELIB("..\ace\aced.lib");
-//---------------------------------------------------------------------------
-#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */
-
#if defined (ACE_HAS_THREADS)
typedef ACE_Atomic_Op<ACE_Thread_Mutex, int> ATOMIC_INT;