summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Generator_Parser_10.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Generator_Parser_10.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
index a5e6fc9ad10..414f38da0c9 100644
--- a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
+++ b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
@@ -418,10 +418,6 @@ TAO_GIOP_Message_Generator_Parser_10::parse_reply (
params) == -1)
return -1;
- // Steal rest of the contents in to the reply params and loose
- // ownership of the data block.
- params.input_cdr_.exchange_data_blocks (cdr);
-
return 0;
}
@@ -437,10 +433,6 @@ TAO_GIOP_Message_Generator_Parser_10::parse_locate_reply (
return -1;
- // Steal the contents in to the reply CDR and loose ownership of the
- // data block.
- params.input_cdr_.exchange_data_blocks (cdr);
-
return 0;
}