summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_State.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_State.cpp')
-rw-r--r--TAO/tao/GIOP_Message_State.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/GIOP_Message_State.cpp b/TAO/tao/GIOP_Message_State.cpp
index 6826fef374a..288a224bb88 100644
--- a/TAO/tao/GIOP_Message_State.cpp
+++ b/TAO/tao/GIOP_Message_State.cpp
@@ -180,10 +180,7 @@ TAO_GIOP_Message_State::get_byte_order_info (char *buf)
this->more_fragments_ =
((buf[TAO_GIOP_MESSAGE_FLAGS_OFFSET]& 0x02) == 2);
-#if defined (TAO_HAS_ZIOP) && TAO_HAS_ZIOP ==1
- // Read the compressed flag
this->compressed_ = (buf[0] == 0x5A);
-#endif
}
return 0;