summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_3834_Regression/CompA.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Bug_3834_Regression/CompA.idl')
-rw-r--r--CIAO/tests/Bug_3834_Regression/CompA.idl15
1 files changed, 0 insertions, 15 deletions
diff --git a/CIAO/tests/Bug_3834_Regression/CompA.idl b/CIAO/tests/Bug_3834_Regression/CompA.idl
deleted file mode 100644
index 02800b5e00d..00000000000
--- a/CIAO/tests/Bug_3834_Regression/CompA.idl
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef COMPA_IDL_
-#define COMPA_IDL_
-
-#include <Components.idl>
-#include "Moo.idl"
-
-#pragma ciao lem "CompAE.idl"
-
-component CompA
-{
- provides Moo my_moo;
-};
-
-#endif /* COMPA_IDL_ */
-