summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/Airplane.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/Airplane.idl')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/Airplane.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/Airplane.idl b/TAO/orbsvcs/tests/ImplRepo/Airplane.idl
deleted file mode 100644
index ecc38afa7c5..00000000000
--- a/TAO/orbsvcs/tests/ImplRepo/Airplane.idl
+++ /dev/null
@@ -1,7 +0,0 @@
-// $Id$
-
-interface Paper_Airplane_Server
-{
- string get_plane ();
- // Returns the plane of the moment.
-};