On 8/28/23 07:55, Philippe Mathieu-Daudé wrote:
All these files only access the translator_ld/st API declared
in "exec/translator.h". The CPU ld/st API from declared in
"exec/cpu_ldst.h" is not used, remove it.

Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
  target/alpha/translate.c      | 1 -
  target/hexagon/translate.c    | 1 -
  target/hppa/translate.c       | 1 -
  target/m68k/translate.c       | 1 -
  target/microblaze/translate.c | 1 -
  target/nios2/translate.c      | 1 -
  target/openrisc/translate.c   | 1 -
  target/ppc/translate.c        | 1 -
  target/sh4/translate.c        | 1 -
  target/sparc/translate.c      | 1 -
  10 files changed, 10 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to