summaryrefslogtreecommitdiff
path: root/TAO/tests/CodeSets/simple/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CodeSets/simple/client.cpp')
-rw-r--r--TAO/tests/CodeSets/simple/client.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/CodeSets/simple/client.cpp b/TAO/tests/CodeSets/simple/client.cpp
index bc016b1755d..edf6a3ab091 100644
--- a/TAO/tests/CodeSets/simple/client.cpp
+++ b/TAO/tests/CodeSets/simple/client.cpp
@@ -127,8 +127,6 @@ int main (int argc, char *argv[])
ACE_OS::free (wide_string);
CORBA::wstring_free (wide_reply);
#endif /* ACE_HAS_WCHAR */
-
- server->shutdown ();
}
ACE_CATCHANY
{