summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile/test.idl')
-rw-r--r--TAO/tests/MProfile/test.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tests/MProfile/test.idl b/TAO/tests/MProfile/test.idl
deleted file mode 100644
index c3e5912526d..00000000000
--- a/TAO/tests/MProfile/test.idl
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * $Id$
- */
-
-interface Simple_Server
-{
- void remote_call ();
- oneway void shutdown ();
-};