summaryrefslogtreecommitdiff
path: root/TAO/tao/TransportCurrent/IIOP_Transport_Current.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TransportCurrent/IIOP_Transport_Current.h')
-rw-r--r--TAO/tao/TransportCurrent/IIOP_Transport_Current.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tao/TransportCurrent/IIOP_Transport_Current.h b/TAO/tao/TransportCurrent/IIOP_Transport_Current.h
deleted file mode 100644
index 9a59cc00f27..00000000000
--- a/TAO/tao/TransportCurrent/IIOP_Transport_Current.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-
-#include "tao/TransportCurrent/TCC.h"
-#include "tao/TransportCurrent/TC_IIOPC.h"
-#include "tao/TransportCurrent/IIOP_Current_Loader.h"
-
-#if defined (TAO_AS_STATIC_LIBS)
-
-// Only do this for static builds. It causes a circular dependency for
-// dynamic builds.
-static int tao_iiop_transport_current_initializer_called =
- TAO::Transport::IIOP::current_static_initializer ();
-
-#endif /* TAO_AS_STATIC_LIBS */
-