summaryrefslogtreecommitdiff
path: root/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp')
-rw-r--r--CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp b/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp
deleted file mode 100644
index 3640282cfe3..00000000000
--- a/CIAO/CCF/Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-// file : Test/IDL2/SemanticGraph/HandBuilt/hand_built.cpp
-// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
-// cvs-id : $Id$
-
-#include "Builder.hpp"
-
-using namespace CCF::IDL2;
-
-int
-main ()
-{
- Builder b;
- SemanticGraph::TranslationUnit& tu (*b.build ());
-
- delete &tu;
-}