summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_union/union.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_union/union.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union/union.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_union/union.cpp b/TAO/TAO_IDL/be/be_visitor_union/union.cpp
index 2b04aff5d46..1af46336cfe 100644
--- a/TAO/TAO_IDL/be/be_visitor_union/union.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_union/union.cpp
@@ -18,9 +18,9 @@
//
// ============================================================================
-#include "idl.h"
-#include "idl_extern.h"
-#include "be.h"
+#include "idl.h"
+#include "idl_extern.h"
+#include "be.h"
#include "be_visitor_union.h"
@@ -82,9 +82,6 @@ be_visitor_union::visit_union_branch (be_union_branch *node)
case TAO_CodeGen::TAO_UNION_CDR_OP_CH:
ctx.state (TAO_CodeGen::TAO_UNION_BRANCH_CDR_OP_CH);
break;
- case TAO_CodeGen::TAO_UNION_CDR_OP_CI:
- ctx.state (TAO_CodeGen::TAO_UNION_BRANCH_CDR_OP_CI);
- break;
case TAO_CodeGen::TAO_UNION_CDR_OP_CS:
ctx.state (TAO_CodeGen::TAO_UNION_BRANCH_CDR_OP_CS);
break;