summaryrefslogtreecommitdiff
path: root/TAO/tests/CollocationLockup/AB.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CollocationLockup/AB.idl')
-rw-r--r--TAO/tests/CollocationLockup/AB.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tests/CollocationLockup/AB.idl b/TAO/tests/CollocationLockup/AB.idl
deleted file mode 100644
index 92b2822b872..00000000000
--- a/TAO/tests/CollocationLockup/AB.idl
+++ /dev/null
@@ -1,8 +0,0 @@
-// $Id$
-
-interface A {
-};
-
-interface B {
- A makeA ();
-};