summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/included.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/included.idl')
-rw-r--r--TAO/tests/IDL_Test/included.idl27
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/tests/IDL_Test/included.idl b/TAO/tests/IDL_Test/included.idl
deleted file mode 100644
index 2b04e959bd6..00000000000
--- a/TAO/tests/IDL_Test/included.idl
+++ /dev/null
@@ -1,27 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/IDL_Test
-//
-// = FILENAME
-// included.idl
-//
-// = DESCRIPTION
-// This file contains examples of IDL code that has
-// caused problems in the past for the TAO IDL
-// compiler. This test is to make sure the problems
-// stay fixed.
-//
-// = AUTHORS
-// Jeff Parsons <parsons@cs.wustl.edu> and TAO users.
-//
-// ============================================================================
-
-// Included in IDL file 'including.idl'.
-module A
-{
- typedef sequence<double> Seq1Type;
-};
-