[An extra null pointer check is not needed in functions](https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null) like the following. - [PaymentRequestPlus::getMerchant](https://github.com/bitcoin/bitcoin/blob/fa24439ff3d8ab5b9efaf66ef4dae6713b88cb35/src/qt/paymentrequestplus.cpp#L187) - [Table::Open](https://github.com/bitcoin/bitcoin/blob/5b9f8425a515739e2149bf5bfb2ae6ed60bfbaf2/src/leveldb/table/table.cc#L85) I reported this issue for [another evolving software](https://github.com/Electric-Coin-Company/zcash/issues/676) before.
An extra null pointer check is not needed in functions like the following.
I reported this issue for another evolving software before.