summaryrefslogtreecommitdiff
path: root/TAO/tests/Connection_Purging/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Connection_Purging/test.idl')
-rw-r--r--TAO/tests/Connection_Purging/test.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tests/Connection_Purging/test.idl b/TAO/tests/Connection_Purging/test.idl
deleted file mode 100644
index c5d7b77a2e1..00000000000
--- a/TAO/tests/Connection_Purging/test.idl
+++ /dev/null
@@ -1,8 +0,0 @@
-// $Id$
-
-interface test
-{
- void send_stuff(in string foo);
-
-// oneway void shutdown ();
-};