mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-03 13:01:33 +02:00
Remove no longer relevant assertion
This commit is contained in:
parent
83ca09f483
commit
d0e320723c
@ -97,7 +97,6 @@ void JsonSerializer::serializeInternal(int64_t & value)
|
||||
|
||||
void JsonSerializer::serializeLIC(const std::string & fieldName, const TDecoder & decoder, const TEncoder & encoder, const std::set<int32_t> & standard, std::set<int32_t> & value)
|
||||
{
|
||||
assert(standard.size() == value.size());
|
||||
if(standard == value)
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user