summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/GIOP_Message_Base.cpp1
-rw-r--r--TAO/tao/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tao/GIOP_Message_Base.cpp b/TAO/tao/GIOP_Message_Base.cpp
index 6358a2159b1..a99e8b4c2b9 100644
--- a/TAO/tao/GIOP_Message_Base.cpp
+++ b/TAO/tao/GIOP_Message_Base.cpp
@@ -338,7 +338,6 @@ TAO_GIOP_Message_Base::process_request_message (TAO_Transport *transport,
// Move the wr_ptr () and rd_ptr in the message block. This is not
// generally required as we are not going to write anything. But
// this is *important* for checking the length of the CDR streams
- size_t n = this->message_handler_.message_state ().message_size;
msg_block.wr_ptr (this->message_handler_.wr_pos ());
msg_block.rd_ptr (this->message_handler_.rd_pos ());
diff --git a/TAO/tao/Makefile b/TAO/tao/Makefile
index 668ca156379..81d5ebeaae0 100644
--- a/TAO/tao/Makefile
+++ b/TAO/tao/Makefile
@@ -98,7 +98,6 @@ PLUGGABLE_MESSAGING_FILES = \
Pluggable_Messaging_Utils \
GIOP_Message_Base \
GIOP_Message_Handler \
- GIOP_Message_Lite \
GIOP_Message_Generator_Parser \
GIOP_Message_Generator_Parser_10 \
GIOP_Message_Generator_Parser_11 \