summaryrefslogtreecommitdiff
path: root/performance-tests/Throughput/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Throughput/server.cpp')
-rw-r--r--performance-tests/Throughput/server.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/performance-tests/Throughput/server.cpp b/performance-tests/Throughput/server.cpp
index e1e3bfc8c04..6bf0fccfa31 100644
--- a/performance-tests/Throughput/server.cpp
+++ b/performance-tests/Throughput/server.cpp
@@ -4,8 +4,6 @@
#include "ace/Get_Opt.h"
#include "tao/Strategies/advanced_resource.h"
-ACE_RCSID(Throughput, server, "$Id$")
-
const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior");
int
@@ -29,7 +27,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;
}