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, 0 insertions, 2 deletions
diff --git a/TAO/performance-tests/Throughput/Receiver.cpp b/TAO/performance-tests/Throughput/Receiver.cpp
index 71850aaee22..a30a09ae62a 100644
--- a/TAO/performance-tests/Throughput/Receiver.cpp
+++ b/TAO/performance-tests/Throughput/Receiver.cpp
@@ -18,7 +18,6 @@ Receiver::Receiver (void)
void
Receiver::receive_data (const Test::Message &the_message)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_hrtime_t now = ACE_OS::gethrtime ();
if (this->message_count_ == 0)
@@ -45,7 +44,6 @@ Receiver::receive_data (const Test::Message &the_message)
void
Receiver::done (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
if (this->message_count_ == 0)
{