summaryrefslogtreecommitdiff
path: root/tests/Stack_Recursion/client.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-06-21 14:39:35 +0000
commitd0301acb799b1d5696713ab42034305f45c4e93e (patch)
tree0b8f08656d6028906c0e09a18adefbaf4165625e /tests/Stack_Recursion/client.cpp
parent69f9bf8d9b860780108161e5209a5d9b1ad3d321 (diff)
downloadATCD-d0301acb799b1d5696713ab42034305f45c4e93e.tar.gz
ChangeLogTag: Mon Jun 13 18:00:05 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'tests/Stack_Recursion/client.cpp')
-rw-r--r--tests/Stack_Recursion/client.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/Stack_Recursion/client.cpp b/tests/Stack_Recursion/client.cpp
index 975cd259671..5f7e03858c6 100644
--- a/tests/Stack_Recursion/client.cpp
+++ b/tests/Stack_Recursion/client.cpp
@@ -3,10 +3,6 @@
#include "Client_Task.h"
#include "ace/Get_Opt.h"
-ACE_RCSID(Stack_Recursion,
- client,
- "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
static int iterations = 1000;
@@ -34,7 +30,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;
}