summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_enum.cpp
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-18 02:14:02 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-18 02:14:02 +0000
commit9f5039149f1404dc396f60e9e7ed29f02317c513 (patch)
tree6a1917cd7c0422275ec3190a507c6d1ac227aaac /TAO/TAO_IDL/be/be_enum.cpp
parente743747ebd5b34dcaceccdc2ee6d46a193e69aff (diff)
downloadATCD-9f5039149f1404dc396f60e9e7ed29f02317c513.tar.gz
compiler changes
CVS: CVS:
Diffstat (limited to 'TAO/TAO_IDL/be/be_enum.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_enum.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/TAO_IDL/be/be_enum.cpp b/TAO/TAO_IDL/be/be_enum.cpp
index a6d8b6ae843..ae430917c03 100644
--- a/TAO/TAO_IDL/be/be_enum.cpp
+++ b/TAO/TAO_IDL/be/be_enum.cpp
@@ -253,8 +253,6 @@ be_enum::gen_encapsulation (void)
cs = cg->outstream ();
cs->indent (); // start from whatever indentation level we were at
- // XXXASG - byte order must be based on what m/c we are generating code -
- // TODO
*cs << "TAO_ENCAP_BYTE_ORDER, // byte order" << nl;
// generate repoID
*cs << (ACE_OS::strlen (this->repoID ())+1) << ", ";
@@ -300,11 +298,6 @@ be_enum::tc_encap_len (void)
{
if (this->encap_len_ == -1) // not computed yet
{
- long slen;
-
- // Macro to avoid "warning: unused parameter" type warning.
- ACE_UNUSED_ARG (slen);
-
this->encap_len_ = 4; // holds the byte order flag
this->encap_len_ += this->repoID_encap_len (); // repoID storage