mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2024-12-22 22:16:37 +08:00
Merge pull request #555 from yikenan/master
Delete redundant assignments
This commit is contained in:
commit
061e38ef11
@ -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