summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Reply/Client_Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Reply/Client_Task.cpp')
-rw-r--r--TAO/tests/Big_Reply/Client_Task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Big_Reply/Client_Task.cpp b/TAO/tests/Big_Reply/Client_Task.cpp
index e6ae93ff2e8..8e1f4af358e 100644
--- a/TAO/tests/Big_Reply/Client_Task.cpp
+++ b/TAO/tests/Big_Reply/Client_Task.cpp
@@ -63,6 +63,6 @@ Client_Task::validate_connection (void)
this->reply_gen_->ping ();
}
- catch (const CORBA::Exception& ex){}
+ catch (const CORBA::Exception&){}
}
}