summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_module.h')
-rw-r--r--TAO/TAO_IDL/include/ast_module.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/include/ast_module.h b/TAO/TAO_IDL/include/ast_module.h
index 88f33844aea..69d53f9df6e 100644
--- a/TAO/TAO_IDL/include/ast_module.h
+++ b/TAO/TAO_IDL/include/ast_module.h
@@ -108,11 +108,6 @@ public:
int be_add_interface (AST_Interface *i,
AST_Interface *ix = 0);
- // Has this node been referenced here already?
- // Override of method in UTL_Scope.
- virtual idl_bool referenced (AST_Decl *e,
- Identifier *id = 0);
-
// Add decls from previous opening of this module to the
// 'previous' set of this module, along with the argument's
// own 'previous' set.