mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2025-01-03 05:22:24 +08:00
Delete redundant assignments
This commit is contained in:
parent
b8ee9fce3a
commit
07e895f0fe
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user