summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ThreadStrategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ThreadStrategy.cpp')
-rw-r--r--TAO/tao/PortableServer/ThreadStrategy.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/tao/PortableServer/ThreadStrategy.cpp b/TAO/tao/PortableServer/ThreadStrategy.cpp
deleted file mode 100644
index 647081f0660..00000000000
--- a/TAO/tao/PortableServer/ThreadStrategy.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-#include "tao/PortableServer/ThreadStrategy.h"
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-namespace TAO
-{
- namespace Portable_Server
- {
- void
- ThreadStrategy::strategy_init (TAO_Root_POA * /*poa*/)
- {
- }
-
- void
- ThreadStrategy::strategy_cleanup ()
- {
- }
- }
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL