diff --git a/include/wx/hashmap.h b/include/wx/hashmap.h index 8618a211e7..d9260758f8 100644 --- a/include/wx/hashmap.h +++ b/include/wx/hashmap.h @@ -671,8 +671,6 @@ public: \ Node *node = GetOrCreateNode( \ CLASSNAME##_wxImplementation_Pair( v.first, v.second ), \ created); \ - if ( !created ) \ - node->m_value.second = v.second; \ return Insert_Result(iterator(node, this), created); \ } \ \