addUnchecked is (outside the tests) only called by ATMP, which already takes the tx pool read lock. So locking it twice more in both addUnchecked methods seems redundant.
Backport of Bitcoin Core PR13786
https://github.com/bitcoin/bitcoin/pull/13786