summaryrefslogtreecommitdiff
path: root/TAO/tests/Endpoint_Per_Priority/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Endpoint_Per_Priority/test.idl')
-rw-r--r--TAO/tests/Endpoint_Per_Priority/test.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tests/Endpoint_Per_Priority/test.idl b/TAO/tests/Endpoint_Per_Priority/test.idl
deleted file mode 100644
index add9a06a336..00000000000
--- a/TAO/tests/Endpoint_Per_Priority/test.idl
+++ /dev/null
@@ -1,10 +0,0 @@
-//
-// $Id$
-//
-
-interface Test
-{
- void test_method (in long id);
-
- oneway void shutdown ();
-};