summaryrefslogtreecommitdiff
path: root/examples/CORBA/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/CORBA/Test.idl')
-rw-r--r--examples/CORBA/Test.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/CORBA/Test.idl b/examples/CORBA/Test.idl
deleted file mode 100644
index d5ae1850e4a..00000000000
--- a/examples/CORBA/Test.idl
+++ /dev/null
@@ -1,8 +0,0 @@
-// $Id$
-
-interface Test
-// @(#)Test.idl 1.1 10/18/96
-
-{
- void method (in long input1);
-};