summaryrefslogtreecommitdiff
path: root/TAO/tao/CurrentC.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CurrentC.i')
-rw-r--r--TAO/tao/CurrentC.i9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tao/CurrentC.i b/TAO/tao/CurrentC.i
index ddd83ee088e..1e2d655daae 100644
--- a/TAO/tao/CurrentC.i
+++ b/TAO/tao/CurrentC.i
@@ -26,13 +26,6 @@
#if !defined (_CORBA_CURRENT___CI_)
#define _CORBA_CURRENT___CI_
-ACE_INLINE
-CORBA::Boolean
-CORBA::Current::marshal (TAO_OutputCDR &)
-{
- return 0;
-}
-
template<>
ACE_INLINE
CORBA::Boolean
@@ -59,6 +52,4 @@ TAO::Any_Impl_T<CORBA::Current>::demarshal_value (TAO_InputCDR &)
{
return 0;
}
-
#endif /* end #if !defined */
-