summaryrefslogtreecommitdiff
path: root/tests/DLList_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DLList_Test.cpp')
-rw-r--r--tests/DLList_Test.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/DLList_Test.cpp b/tests/DLList_Test.cpp
index 0df99359267..fd9e6e9c9fb 100644
--- a/tests/DLList_Test.cpp
+++ b/tests/DLList_Test.cpp
@@ -12,7 +12,7 @@
// This test illustrates the use of <ACE_DLList>.
//
// = AUTHOR
-// James Hu and Douglas C. Schmidt
+// James Hu <jxh@cs.wustl.edu> and Douglas C. Schmidt <schmidt@cs.wustl.edu>
//
// ============================================================================
@@ -37,11 +37,6 @@ template class ACE_Static_Allocator<8192>;
#pragma instantiate ACE_Static_Allocator<8192>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
-USELIB("..\ace\aced.lib");
-//---------------------------------------------------------------------------
-#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */
-
static ACE_Static_Allocator<8192> alloc;
static ACE_STRING string_table[] =