]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
bsd-user: TARGET_NGROUPS unused in this file, remove
authorWarner Losh <imp@bsdimp.com>
Fri, 30 Apr 2021 14:40:20 +0000 (08:40 -0600)
committerWarner Losh <imp@bsdimp.com>
Fri, 10 Sep 2021 20:13:06 +0000 (14:13 -0600)
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/bsdload.c

index 6aefc7a28b58b7bd6f24b969433cbbf639401335..5b3c061a452a6025eb0fe54f34d24a02ec4c8938 100644 (file)
@@ -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)