summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-11-25 16:09:12 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-11-25 16:09:12 +0100
commit139feb142fbfb12dc97bd09f66dbfc4ff9755263 (patch)
tree1293b42d943690db37fca9fdcd77f97f5a063655 /TAO
parent2a0c3dc2f672cff50cda70183b992f2a8e40088a (diff)
downloadATCD-139feb142fbfb12dc97bd09f66dbfc4ff9755263.tar.gz
Update LB_ObjectReferenceFactory.cpp
Removed redundant empty lines
Diffstat (limited to 'TAO')
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.cpp b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.cpp
index 4446ff28eb2..1585ccb22fa 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.cpp
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.cpp
@@ -58,8 +58,6 @@ TAO_LB_ObjectReferenceFactory::~TAO_LB_ObjectReferenceFactory ()
{
// No need to call CORBA::remove_ref() on this->old_orf_. It is a
// "_var" object, meaning that will be done automatically.
-
-
if (!CORBA::is_nil (this->lm_.in ()))
{
const CORBA::ULong len = this->fcids_.size ();