summaryrefslogtreecommitdiff
path: root/TAO/tests/Any/Recursive/client.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-04-15 06:03:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-04-15 06:03:26 +0000
commite8cc295f4d508b94c0577523ff40d7bc7917b157 (patch)
tree3945bd3d1d16f6062caec0c032cf421e1f53f898 /TAO/tests/Any/Recursive/client.cpp
parent474d81eec5bfcf9a0c50cae6bc53995417d28991 (diff)
downloadATCD-e8cc295f4d508b94c0577523ff40d7bc7917b157.tar.gz
Sun Apr 15 06:01:56 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Any/Recursive/client.cpp')
-rw-r--r--TAO/tests/Any/Recursive/client.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tests/Any/Recursive/client.cpp b/TAO/tests/Any/Recursive/client.cpp
index b962c003d1e..879a7f80214 100644
--- a/TAO/tests/Any/Recursive/client.cpp
+++ b/TAO/tests/Any/Recursive/client.cpp
@@ -183,12 +183,6 @@ nested_recursive_struct_test (CORBA::ORB_ptr /* orb */,
the_any <<= foo;
::perform_invocation<Test::NestedRecursiveStruct> (hello, the_any);
-
- Test::NestedRecursiveStruct5 foo5;
-
- the_any <<= foo5;
-
- ::perform_invocation<Test::NestedRecursiveStruct5> (hello, the_any);
}