summaryrefslogtreecommitdiff
path: root/TAO/examples/Load_Balancing/Identity_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Load_Balancing/Identity_i.cpp')
-rw-r--r--TAO/examples/Load_Balancing/Identity_i.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/examples/Load_Balancing/Identity_i.cpp b/TAO/examples/Load_Balancing/Identity_i.cpp
index 9cb33e89fe2..72ed692d4b4 100644
--- a/TAO/examples/Load_Balancing/Identity_i.cpp
+++ b/TAO/examples/Load_Balancing/Identity_i.cpp
@@ -26,7 +26,6 @@ Identity_i::~Identity_i (void)
void
Identity_i::get_name (CORBA::String_out name
)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
name = this->name_.in ();
}