mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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>
This commit is contained in:
parent
ffa0366553
commit
d8fcdad2d6
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue