diff options
author | Aleksandar Markovic <amarkovic@wavecomp.com> | 2020-02-13 13:29:14 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-02-17 10:28:50 +0100 |
commit | 0a80aa55f4485d102567e1db7ab0532ef96d1b96 (patch) | |
tree | cb82b76c281e3edb7907b93f4fdbabcb95f7f54b | |
parent | 0f0eeed05c2e3055c1cc55f2090c9d1916fb73d8 (diff) | |
download | qemu-0a80aa55f4485d102567e1db7ab0532ef96d1b96.zip |
linux-user: xtensa: Remove unused constant TARGET_NR_syscall_count
Currently, there is no usage of TARGET_NR_syscall_count for target
xtensa, and there is no obvious indication if there is some planned
usage in future.
CC: Max Filippov <jcmvbkbc@gmail.com>
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <1581596954-2305-10-git-send-email-aleksandar.markovic@rt-rk.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r-- | linux-user/xtensa/syscall_nr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-user/xtensa/syscall_nr.h b/linux-user/xtensa/syscall_nr.h index 3d19d0cb70..39bff65dca 100644 --- a/linux-user/xtensa/syscall_nr.h +++ b/linux-user/xtensa/syscall_nr.h @@ -466,6 +466,4 @@ #define TARGET_NR_pidfd_open 434 #define TARGET_NR_clone3 435 -#define TARGET_NR_syscall_count 436 - #endif /* XTENSA_SYSCALL_NR_H */ |