summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1535_Regression/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1535_Regression/Test.idl')
-rw-r--r--TAO/tests/Bug_1535_Regression/Test.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tests/Bug_1535_Regression/Test.idl b/TAO/tests/Bug_1535_Regression/Test.idl
deleted file mode 100644
index c3b752788a4..00000000000
--- a/TAO/tests/Bug_1535_Regression/Test.idl
+++ /dev/null
@@ -1,6 +0,0 @@
-// $Id$
-
-interface Test
-{
- void print_hello_world();
-};