summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_valuetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_valuetype.h')
-rw-r--r--TAO/TAO_IDL/include/ast_valuetype.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/include/ast_valuetype.h b/TAO/TAO_IDL/include/ast_valuetype.h
index 2aa0a8de653..4090d3d453d 100644
--- a/TAO/TAO_IDL/include/ast_valuetype.h
+++ b/TAO/TAO_IDL/include/ast_valuetype.h
@@ -43,10 +43,6 @@ public:
virtual idl_bool will_have_factory (void);
// Called from y.tab.cpp to set the factory decl seen bit.
- // Look up a scoped name in the supported interface list.
- virtual AST_Decl *look_in_supported (UTL_ScopedName *,
- idl_bool treat_as_ref);
-
// Cleanup function.
virtual void destroy (void);