summaryrefslogtreecommitdiff
path: root/TAO/tests/CodeSets/simple/simple.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CodeSets/simple/simple.idl')
-rw-r--r--TAO/tests/CodeSets/simple/simple.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tests/CodeSets/simple/simple.idl b/TAO/tests/CodeSets/simple/simple.idl
deleted file mode 100644
index 0f44ed62cce..00000000000
--- a/TAO/tests/CodeSets/simple/simple.idl
+++ /dev/null
@@ -1,10 +0,0 @@
-// $Id$
-
-interface simple
-{
- string op1 (in string name,
- in any inany,
- out any outany);
-
- wstring op2 (in wstring s1);
-};