summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_interface.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_interface.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be/be_interface.cpp b/TAO/TAO_IDL/be/be_interface.cpp
index 2856108bf60..bbcdb44e5c7 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -1472,10 +1472,8 @@ be_interface::traverse_inheritance_graph (
abstract_paths_only);
}
}
- else
- {
- (void) this->insert_non_dup (be_global->ccmobject ());
- }
+
+ (void) this->insert_non_dup (be_global->ccmobject ());
}
(void) this->insert_non_dup (intf, abstract_paths_only);