summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_codegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_codegen.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_codegen.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/TAO_IDL/be_include/be_codegen.h b/TAO/TAO_IDL/be_include/be_codegen.h
index 4b2e260b1d1..67176507714 100644
--- a/TAO/TAO_IDL/be_include/be_codegen.h
+++ b/TAO/TAO_IDL/be_include/be_codegen.h
@@ -366,22 +366,10 @@ public:
enum CG_SUB_STATE
{
// sub states
-
- // these are for the CDR operators
TAO_CDR_INPUT,
TAO_CDR_OUTPUT,
TAO_CDR_SCOPE,
- // these are for typecode generation
- TAO_TC_DEFN_TYPECODE, // top level typecode
- TAO_TC_DEFN_TYPECODE_NESTED, // nested tc
- TAO_TC_DEFN_ENCAPSULATION, // encapsulation
- TAO_TC_DEFN_SCOPE, // scope
- TAO_TC_DEFN_TC_SIZE, // tc size computation
- TAO_TC_DEFN_ENCAP_LEN, // encap size computation
- TAO_TC_DEFN_SCOPE_LEN, // scope size computation
-
- // used to denote either error or don't care
TAO_SUB_STATE_UNKNOWN
};