summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-01-02 01:30:40 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-01-02 01:30:40 +0000
commit47b39f5d6ea2dd03fcae8cf41de416439441afdb (patch)
treeb28281b1c03fac209ea07b712b5bf6c03f0932f5
parent9cafb4a50fe896e76b8dde9e1deb66538e350e12 (diff)
downloadATCD-47b39f5d6ea2dd03fcae8cf41de416439441afdb.tar.gz
*** empty log message ***
-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 \