Do not check for ALPM_ERR_PKG_INVALID_ARCH on remove operation
commit991be2867259ee58d43a5005eec466ef2b546af5
authorAllan McRae <allan@archlinux.org>
Sat, 11 Feb 2012 23:50:34 +0000 (12 09:50 +1000)
committerDan McGee <dan@archlinux.org>
Mon, 13 Feb 2012 16:06:13 +0000 (13 10:06 -0600)
tree4c54f6945c75b692e33a433f0924aedec4a0e301
parente530993392dc2ac54e566a45df6c974aa68aaa23
Do not check for ALPM_ERR_PKG_INVALID_ARCH on remove operation

alpm_trans_prepare can not return ALPM_ERR_PKG_INVALID_ARCH on a
remove operation so there is no point in checking for it.

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
src/pacman/remove.c