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.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/CORBA/Test.idl b/examples/CORBA/Test.idl
deleted file mode 100644
index 33e8adce847..00000000000
--- a/examples/CORBA/Test.idl
+++ /dev/null
@@ -1,6 +0,0 @@
-interface Test
-// @(#)Test.idl 1.1 10/18/96
-
-{
- void method (in long input1);
-};