summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/be/be_scope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/TAO_IDL/be/be_scope.cpp')
-rw-r--r--modules/TAO/TAO_IDL/be/be_scope.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/TAO/TAO_IDL/be/be_scope.cpp b/modules/TAO/TAO_IDL/be/be_scope.cpp
index 54081fe8150..91f03b92adb 100644
--- a/modules/TAO/TAO_IDL/be/be_scope.cpp
+++ b/modules/TAO/TAO_IDL/be/be_scope.cpp
@@ -42,12 +42,6 @@ be_scope::be_add_field (AST_Field *f)
return this->fe_add_field (f);
}
-UTL_ExceptList *
-be_scope::be_add_exceptions (UTL_ExceptList *t)
-{
- return 0;
-}
-
AST_Argument *
be_scope::be_add_argument (AST_Argument *arg)
{