Delete redundant assignments

This commit is contained in:
yikenan 2022-01-24 10:07:39 +08:00
parent b8ee9fce3a
commit 07e895f0fe

View File

@ -133,7 +133,7 @@ private:
Type::Info info;
info.params.push_back(Key::Class::getType());
info.params.push_back(Value::Class::getType());
info.polymorphicDispatcher = info.polymorphicDispatcher =
info.polymorphicDispatcher =
new typename __class::StandardMap<std::list<std::pair<Key, Value>>, Key, Value, PairList>::PolymorphicDispatcher();
info.isMap = true;
return Type(__class::AbstractPairList::CLASS_ID, info);