mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
fix(core): Remove redundant decrement of mapSize
This commit is contained in:
parent
f59e15f4f4
commit
fe41de07e7
@ -464,7 +464,6 @@ UA_KeyValueMap_remove(UA_KeyValueMap *map,
|
||||
UA_Array_resize((void**)&map->map, &map->mapSize, map->mapSize - 1,
|
||||
&UA_TYPES[UA_TYPES_KEYVALUEPAIR]);
|
||||
(void)res;
|
||||
map->mapSize--;
|
||||
return UA_STATUSCODE_GOOD;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user