summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp')
-rw-r--r--orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp b/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
index 993f6eb0225..3a2156b6445 100644
--- a/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
+++ b/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
@@ -431,9 +431,7 @@ TAO_PropertySet::define_property (const char *property_name,
CosProperty_Hash_Key hash_key (property_name);
CosProperty_Hash_Value hash_value (property_value,
CosPropertyService::normal);
- COSPROPERTY_HASH_ENTRY *entry_ptr;
- //CosProperty_Hash_Key old_key;
- //CosProperty_Hash_Value old_value;
+ COSPROPERTY_HASH_ENTRY *entry_ptr = 0;
int ret = this->hash_table_.bind (hash_key,
hash_value,