summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Throughput/Receiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Throughput/Receiver.cpp')
-rw-r--r--TAO/performance-tests/Throughput/Receiver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Throughput/Receiver.cpp b/TAO/performance-tests/Throughput/Receiver.cpp
index 499be6e61a1..71850aaee22 100644
--- a/TAO/performance-tests/Throughput/Receiver.cpp
+++ b/TAO/performance-tests/Throughput/Receiver.cpp
@@ -91,5 +91,5 @@ Receiver::done (void)
poa->servant_to_id (this);
poa->deactivate_object (oid.in ());
}
- catch (const CORBA::Exception& ex){}
+ catch (const CORBA::Exception&){}
}