summaryrefslogtreecommitdiff
path: root/TAO/tao/Argument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Argument.cpp')
-rw-r--r--TAO/tao/Argument.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/Argument.cpp b/TAO/tao/Argument.cpp
index e038eeec2d7..51327b316a5 100644
--- a/TAO/tao/Argument.cpp
+++ b/TAO/tao/Argument.cpp
@@ -19,8 +19,6 @@ TAO::Argument::demarshal (TAO_InputCDR &)
return 1;
}
-#if TAO_HAS_INTERCEPTORS == 1
-
void
TAO::Argument::interceptor_param (Dynamic::Parameter &)
{
@@ -31,5 +29,3 @@ TAO::Argument::interceptor_result (CORBA::Any *)
{
}
-#endif /* TAO_HAS_INTERCEPTORS */
-