summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Exceptions/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMH_Exceptions/Test.idl')
-rw-r--r--TAO/tests/AMH_Exceptions/Test.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/AMH_Exceptions/Test.idl b/TAO/tests/AMH_Exceptions/Test.idl
index 6a9ae77044b..c3ffd609ca4 100644
--- a/TAO/tests/AMH_Exceptions/Test.idl
+++ b/TAO/tests/AMH_Exceptions/Test.idl
@@ -23,8 +23,6 @@ module Test
{
Timestamp test_method (in Timestamp send_time)
raises (InvalidTimestamp, ServerOverload);
-
- oneway void shutdown ();
};
};