summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_constant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_constant.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_constant.cpp37
1 files changed, 0 insertions, 37 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_constant.cpp b/TAO/TAO_IDL/be/be_visitor_constant.cpp
deleted file mode 100644
index 31fe34ea8fc..00000000000
--- a/TAO/TAO_IDL/be/be_visitor_constant.cpp
+++ /dev/null
@@ -1,37 +0,0 @@
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// be_visitor_constant.cpp
-//
-// = DESCRIPTION
-// Visitors for generation of code for Constant
-//
-// = AUTHOR
-// Aniruddha Gokhale
-//
-// ============================================================================
-
-#include "be_constant.h"
-#include "be_module.h"
-#include "be_helper.h"
-#include "be_extern.h"
-#include "be_typedef.h"
-#include "utl_identifier.h"
-
-#include "be_visitor_constant.h"
-#include "be_visitor_context.h"
-
-#include "be_visitor_constant/constant_ch.cpp"
-#include "be_visitor_constant/constant_cs.cpp"
-
-ACE_RCSID (be,
- be_visitor_constant,
- "$Id$")
-