diff options
Diffstat (limited to 'tests/MT_Client/server.cpp')
-rw-r--r-- | tests/MT_Client/server.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/MT_Client/server.cpp b/tests/MT_Client/server.cpp index 7250c546583..cc915920a38 100644 --- a/tests/MT_Client/server.cpp +++ b/tests/MT_Client/server.cpp @@ -4,8 +4,6 @@ #include "test_i.h" #include "ace/OS_NS_stdio.h" -ACE_RCSID(MT_Client, server, "$Id$") - const ACE_TCHAR *ior_output_file = 0; 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; } |