summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Component_Switching/Connection_Manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Component_Switching/Connection_Manager.cpp')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Component_Switching/Connection_Manager.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Component_Switching/Connection_Manager.cpp b/TAO/orbsvcs/tests/AVStreams/Component_Switching/Connection_Manager.cpp
index 376246e76b7..c5e61528048 100644
--- a/TAO/orbsvcs/tests/AVStreams/Component_Switching/Connection_Manager.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Component_Switching/Connection_Manager.cpp
@@ -464,14 +464,6 @@ Connection_Manager::destroy (const ACE_CString &flowname
this->protocol_objects_.unbind (flowname);
this->receivers_.unbind (flowname);
- AVStreams::StreamCtrl_var streamctrl;
- this->streamctrls_.find (flowname,
- streamctrl);
-
- AVStreams::flowSpec stop_spec;
- streamctrl->destroy (stop_spec
- ACE_ENV_ARG_PARAMETER);
-
this->streamctrls_.unbind(flowname);
ACE_CHECK;
}