summaryrefslogtreecommitdiff
path: root/performance-tests/Sequence_Latency/Deferred/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Sequence_Latency/Deferred/client.cpp')
-rw-r--r--performance-tests/Sequence_Latency/Deferred/client.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/performance-tests/Sequence_Latency/Deferred/client.cpp b/performance-tests/Sequence_Latency/Deferred/client.cpp
index a90c4f8a80b..90a40dcf4eb 100644
--- a/performance-tests/Sequence_Latency/Deferred/client.cpp
+++ b/performance-tests/Sequence_Latency/Deferred/client.cpp
@@ -17,10 +17,6 @@
#include "ace/Sample_History.h"
#include "ace/OS_NS_errno.h"
-ACE_RCSID (Deferred,
- client,
- "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int niterations = 1000;
int burst = 10;
@@ -90,7 +86,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;
}