summaryrefslogtreecommitdiff
path: root/performance-tests/Sequence_Latency/AMI/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Sequence_Latency/AMI/client.cpp')
-rw-r--r--performance-tests/Sequence_Latency/AMI/client.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/performance-tests/Sequence_Latency/AMI/client.cpp b/performance-tests/Sequence_Latency/AMI/client.cpp
index a9e23b6a036..66d160cee86 100644
--- a/performance-tests/Sequence_Latency/AMI/client.cpp
+++ b/performance-tests/Sequence_Latency/AMI/client.cpp
@@ -10,12 +10,6 @@
#include "ace/OS_NS_errno.h"
#include "ace/OS_NS_string.h"
-
-ACE_RCSID (AMI,
- client,
- "$Id$")
-
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
ACE_hrtime_t throughput_base;
@@ -72,7 +66,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;
}