summaryrefslogtreecommitdiff
path: root/performance-tests/Throughput/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Throughput/client.cpp')
-rw-r--r--performance-tests/Throughput/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/performance-tests/Throughput/client.cpp b/performance-tests/Throughput/client.cpp
index 2dde2b1e38b..061f6a99b87 100644
--- a/performance-tests/Throughput/client.cpp
+++ b/performance-tests/Throughput/client.cpp
@@ -5,8 +5,6 @@
#include "ace/Get_Opt.h"
#include "tao/Strategies/advanced_resource.h"
-ACE_RCSID(Throughput, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
int message_size = 2048;
int message_count = 10 * 1024;
@@ -54,7 +52,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;
}