summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/be_include/be_scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/TAO_IDL/be_include/be_scope.h')
-rw-r--r--modules/TAO/TAO_IDL/be_include/be_scope.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/TAO/TAO_IDL/be_include/be_scope.h b/modules/TAO/TAO_IDL/be_include/be_scope.h
index 5f8900cc7e4..d3df558666d 100644
--- a/modules/TAO/TAO_IDL/be_include/be_scope.h
+++ b/modules/TAO/TAO_IDL/be_include/be_scope.h
@@ -50,7 +50,6 @@ public:
AST_Field *be_add_field (AST_Field *f);
// To access the protected base class method fe_add_field.
- virtual UTL_ExceptList *be_add_exceptions (UTL_ExceptList *t);
virtual AST_Argument *be_add_argument (AST_Argument *arg);
// Overridden in be_operation and be_factory.