summaryrefslogtreecommitdiff
path: root/ACE/tests/CDR_Array_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/CDR_Array_Test.cpp')
-rw-r--r--ACE/tests/CDR_Array_Test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/tests/CDR_Array_Test.cpp b/ACE/tests/CDR_Array_Test.cpp
index a051dcfa379..9b68d8a0991 100644
--- a/ACE/tests/CDR_Array_Test.cpp
+++ b/ACE/tests/CDR_Array_Test.cpp
@@ -48,7 +48,6 @@
#endif
-
// Default number of elements for check buffer, for each tested CDR type.
// Be aware that time will be affected by the buffer fitting/not fitting
// in the cache (ie, if default_total*sizeof(T) bytes fit in the cache).
@@ -233,7 +232,6 @@ CDR_Test<T, H>::CDR_Test (int total, int niter, int use_array)
CDR_Test<T, H>::do_test(tdelta, niter, 1,
srcbuf, dstbuf,
sk, dk);
-
}
}
}