summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_home.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_home.h')
-rw-r--r--TAO/TAO_IDL/include/ast_home.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/TAO_IDL/include/ast_home.h b/TAO/TAO_IDL/include/ast_home.h
index 1bf5818b68c..f68276c7adc 100644
--- a/TAO/TAO_IDL/include/ast_home.h
+++ b/TAO/TAO_IDL/include/ast_home.h
@@ -27,14 +27,6 @@ public:
virtual ~AST_Home (void);
- // Extend lookup to the base home.
- virtual AST_Decl *look_in_inherited (UTL_ScopedName *e,
- idl_bool treat_as_ref);
-
- // Extend lookup to the supported interfaces.
- virtual AST_Decl *look_in_supported (UTL_ScopedName *e,
- idl_bool treat_as_ref);
-
// Accessors.
AST_Home *base_home (void) const;