Merge pull request #555 from yikenan/master

Delete redundant assignments
This commit is contained in:
Leonid Stryzhevskyi 2022-01-24 04:21:29 +02:00 committed by GitHub
commit 061e38ef11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);