diff options
Diffstat (limited to 'tests/Atomic_Op_Test.cpp')
-rw-r--r-- | tests/Atomic_Op_Test.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/Atomic_Op_Test.cpp b/tests/Atomic_Op_Test.cpp index 847841d2941..cedbd26de63 100644 --- a/tests/Atomic_Op_Test.cpp +++ b/tests/Atomic_Op_Test.cpp @@ -15,7 +15,7 @@ // these operations. // // = AUTHOR -// Irfan Pyarali +// Irfan Pyarali <irfan@cs.wustl.edu> // // ============================================================================ @@ -24,11 +24,6 @@ ACE_RCSID(tests, Atomic_Op_Test, "$Id$") -#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 -USELIB("..\ace\aced.lib"); -//--------------------------------------------------------------------------- -#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */ - #if defined (ACE_HAS_THREADS) int |