summaryrefslogtreecommitdiff
path: root/performance-tests/POA/Create_Reference/create_reference.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/POA/Create_Reference/create_reference.cpp')
-rw-r--r--performance-tests/POA/Create_Reference/create_reference.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/performance-tests/POA/Create_Reference/create_reference.cpp b/performance-tests/POA/Create_Reference/create_reference.cpp
index 7f19b9ee5fa..82b93d6787f 100644
--- a/performance-tests/POA/Create_Reference/create_reference.cpp
+++ b/performance-tests/POA/Create_Reference/create_reference.cpp
@@ -12,8 +12,6 @@
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_errno.h"
-ACE_RCSID(Activation, server, "$Id$")
-
int niterations = 10000;
int do_dump_history = 0;
ACE_UINT32 gsf;
@@ -45,7 +43,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;
}