On 7/26/22 09:32, Peter Maydell wrote:
The helper functions pci_get_{byte,word,long,quad}_by_mask() were added in 2012 in commit c9f50cea70a1596. In the decade since we have never added a single use of them.The helpers clearly aren't that helpful, so drop them rather than carrying around dead code. Signed-off-by: Peter Maydell<[email protected]> --- include/hw/pci/pci.h | 28 ---------------------------- 1 file changed, 28 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
