commit | fe0f88ab87632075ae9404685672a8f172a3ae6f | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Mar 12 13:25:05 2025 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Mar 14 10:49:20 2025 +0000 |
tree | 0df9ca9e0c2dddb6b032bf5687793216ac1427a6 | |
parent | 23560ada94bd22cb9e8d27b7e9389f6369f6d74d [diff] |
linux-user/aarch64: Remove unused get/put_user macros At the top of linux-user/aarch64/cpu_loop.c we define a set of macros for reading and writing data and code words, but we never use these macros. Delete them. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>