summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.cpp')
-rw-r--r--TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.cpp b/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.cpp
index ee64274b86d..598128ad43a 100644
--- a/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.cpp
+++ b/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.cpp
@@ -17,6 +17,6 @@ Worker_Thread::svc (void)
{
this->orb_->run ();
}
- catch (const CORBA::Exception& ex){}
+ catch (const CORBA::Exception&){}
return 0;
}