summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_type.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_type.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/TAO_IDL/be/be_type.cpp b/TAO/TAO_IDL/be/be_type.cpp
index 3e8f126c4bf..19c96513ca8 100644
--- a/TAO/TAO_IDL/be/be_type.cpp
+++ b/TAO/TAO_IDL/be/be_type.cpp
@@ -279,13 +279,6 @@ AST_Decl::NodeType be_type::base_node_type (void) const
return ACE_const_cast(be_type*, this)->node_type ();
}
-idl_bool
-be_type::in_recursion (be_type *)
-{
- // be default we are not involved in recursion
- return 0;
-}
-
int
be_type::accept (be_visitor *visitor)
{