mpi: Remove useless condition.
* mpi/mpi-pow.c: Remove condition rp==mp.
MP has already been allocated and thus can't match RP. The followinf
assert would have been triggred anyway due to the prior allocation.
Detected by Stack 0.3.
mpi: Remove useless condition. 0a9cdb8ae092Unpublished Tags None Subscribers None
Description
Details
|