summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1812_Regression/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1812_Regression/Test.idl')
-rwxr-xr-xTAO/tests/Bug_1812_Regression/Test.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tests/Bug_1812_Regression/Test.idl b/TAO/tests/Bug_1812_Regression/Test.idl
deleted file mode 100755
index 176f713989b..00000000000
--- a/TAO/tests/Bug_1812_Regression/Test.idl
+++ /dev/null
@@ -1,7 +0,0 @@
-// $Id$
-
-#include <orb.idl>
-
-local interface foo {
- void op (in CORBA::ValueFactory vf);
-};