summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Bug_2511_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Bug_2511_Regression/test.idl')
-rw-r--r--TAO/tests/POA/Bug_2511_Regression/test.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tests/POA/Bug_2511_Regression/test.idl b/TAO/tests/POA/Bug_2511_Regression/test.idl
deleted file mode 100644
index 373c4ef82f0..00000000000
--- a/TAO/tests/POA/Bug_2511_Regression/test.idl
+++ /dev/null
@@ -1,8 +0,0 @@
-// $Id$
-
-interface test
-{
- void normal ();
- void exceptional ();
- void notexisting ();
-};