summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Command.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Command.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Command.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Command.cpp
index 2590494e730..504abd6af56 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Command.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Command.cpp
@@ -35,17 +35,4 @@ TAO_EC_Disconnected_Command<Target,Object>::execute (void* arg)
return 0;
}
-// ****************************************************************
-
-template<class Target> int
-TAO_EC_Shutdown_Command<Target>::execute (void* arg)
-{
- CORBA::Environment *env = &CORBA::default_environment ();
- if (arg != 0)
- env = ACE_static_cast(CORBA::Environment*, arg);
-
- this->target_->shutdown_i (*env);
- return 0;
-}
-
#endif /* TAO_EC_COMMAND_CPP */