diff options
author | Warner Losh <imp@bsdimp.com> | 2021-04-30 08:40:20 -0600 |
---|---|---|
committer | Warner Losh <imp@bsdimp.com> | 2021-09-10 14:13:06 -0600 |
commit | d8fcdad2d663e3d7d0d87ab428f6ac960b5990b9 (patch) | |
tree | cb173fbc7c784c2fed59a2ed8e141c2235f39394 /bsd-user/bsdload.c | |
parent | ffa03665532d0b995cf547637d54a6af16b741c7 (diff) |
bsd-user: TARGET_NGROUPS unused in this file, remove
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'bsd-user/bsdload.c')
-rw-r--r-- | bsd-user/bsdload.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bsd-user/bsdload.c b/bsd-user/bsdload.c index 6aefc7a28b..5b3c061a45 100644 --- a/bsd-user/bsdload.c +++ b/bsd-user/bsdload.c @@ -19,8 +19,6 @@ #include "qemu.h" -#define TARGET_NGROUPS 32 - /* ??? This should really be somewhere else. */ abi_long memcpy_to_target(abi_ulong dest, const void *src, unsigned long len) |