summaryrefslogtreecommitdiff
path: root/ACE/tests/Memcpy_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Memcpy_Test.cpp')
-rw-r--r--ACE/tests/Memcpy_Test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/tests/Memcpy_Test.cpp b/ACE/tests/Memcpy_Test.cpp
index d2dd7501777..561bbf8cd0e 100644
--- a/ACE/tests/Memcpy_Test.cpp
+++ b/ACE/tests/Memcpy_Test.cpp
@@ -8,9 +8,6 @@
*
* This test compares the performance of ACE_OS::memcpy with
* that of smemcpy which unrolls the memcpy loop upto size = 16.
- * This test is also run via autoconf and if smemcpy is faster,
- * ACE_HAS_MEMCPY_LOOP_UNROLL flag is set.
- *
*/
//=============================================================================