summaryrefslogtreecommitdiff
path: root/performance-tests/Sequence_Latency/AMH_Single_Threaded/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Sequence_Latency/AMH_Single_Threaded/client.cpp')
-rw-r--r--performance-tests/Sequence_Latency/AMH_Single_Threaded/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/performance-tests/Sequence_Latency/AMH_Single_Threaded/client.cpp b/performance-tests/Sequence_Latency/AMH_Single_Threaded/client.cpp
index 63d045051bb..eced1d79d7b 100644
--- a/performance-tests/Sequence_Latency/AMH_Single_Threaded/client.cpp
+++ b/performance-tests/Sequence_Latency/AMH_Single_Threaded/client.cpp
@@ -11,8 +11,6 @@
#include "tao/Strategies/advanced_resource.h"
-ACE_RCSID(AMH_Single_Threaded_Latency, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int niterations = 100;
int do_dump_history = 0;
@@ -76,7 +74,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
argv [0]),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}