summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.cpp b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.cpp
index 5392f3e6427..a70b23bbf4b 100644
--- a/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.cpp
+++ b/TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.cpp
@@ -85,7 +85,6 @@ TAO::HTIOP::Profile::~Profile ()
int
TAO::HTIOP::Profile::decode_profile (TAO_InputCDR& cdr)
{
-
// Decode host and port into the <endpoint_>.
if (cdr.read_string (this->endpoint_.host_.out ()) == 0
|| cdr.read_ushort (this->endpoint_.port_) == 0