summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.cpp')
-rw-r--r--TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.cpp b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.cpp
index a7b56506f10..3399bf97feb 100644
--- a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.cpp
+++ b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/test_i.cpp
@@ -34,7 +34,7 @@ test_i::test_i (CORBA::ORB_ptr orb,
this->work_iterations_in_one_sec_ =
this->estimate_iterations ();
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
throw;
}