summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys
diff options
context:
space:
mode:
authormgorny <mgorny@NetBSD.org>2019-05-10 17:34:26 +0000
committermgorny <mgorny@NetBSD.org>2019-05-10 17:34:26 +0000
commitd585eac75fb04ff44ca09c3195980eaadd98e669 (patch)
tree0940e4b022c07c77bd5132cfe1aec3ab97499cc1 /tests/lib/libc/sys
parentaaee6611f015c1b71a556772ef931a3735940e1d (diff)
Remove obsolete size asserts.
Diffstat (limited to 'tests/lib/libc/sys')
-rw-r--r--tests/lib/libc/sys/t_ptrace_x86_wait.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/lib/libc/sys/t_ptrace_x86_wait.h b/tests/lib/libc/sys/t_ptrace_x86_wait.h
index 4b7d8a749fa..e0a56b393a9 100644
--- a/tests/lib/libc/sys/t_ptrace_x86_wait.h
+++ b/tests/lib/libc/sys/t_ptrace_x86_wait.h
@@ -1,4 +1,4 @@
-/* $NetBSD: t_ptrace_x86_wait.h,v 1.11 2019/05/10 16:28:00 mgorny Exp $ */
+/* $NetBSD: t_ptrace_x86_wait.h,v 1.12 2019/05/10 17:34:26 mgorny Exp $ */
/*-
* Copyright (c) 2016, 2017, 2018, 2019 The NetBSD Foundation, Inc.
@@ -2216,10 +2216,6 @@ static __inline void set_mm_regs(const uint64_t mm[])
);
}
-#if defined(__i386__)
-__CTASSERT(sizeof(struct fpreg) == sizeof(struct save87));
-#endif
-
ATF_TC_BODY(x86_regs_mm_read, tc)
{
const int exitval = 5;
@@ -2340,10 +2336,6 @@ static __inline void set_xmm_regs(const void* xmm)
);
}
-#if defined(__i386__)
-__CTASSERT(sizeof(struct xmmregs) == sizeof(struct fxsave));
-#endif
-
ATF_TC(x86_regs_xmm_read);
ATF_TC_HEAD(x86_regs_xmm_read, tc)
{