diff options
| author | Olivier Certner <olce@FreeBSD.org> | 2026-02-05 08:44:28 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2026-02-06 14:45:31 +0000 |
| commit | 584c4e0abbfdbac355601491a695c7a8fd5d8ab3 (patch) | |
| tree | 26fc9953614314c77f12c96550da8059d5906a64 | |
| parent | d2aa0a4dace1d0cf8d52614c25b6a8f5cf03fd32 (diff) | |
i386 minidump: Remove unused macros
No functional change (intended).
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | sys/i386/i386/minidump_machdep_base.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/i386/minidump_machdep_base.c b/sys/i386/i386/minidump_machdep_base.c index 5abbca455fdb..6cb7b84b1f25 100644 --- a/sys/i386/i386/minidump_machdep_base.c +++ b/sys/i386/i386/minidump_machdep_base.c @@ -50,9 +50,6 @@ CTASSERT(sizeof(struct kerneldumpheader) == 512); -#define MD_ALIGN(x) (((off_t)(x) + PAGE_MASK) & ~PAGE_MASK) -#define DEV_ALIGN(x) roundup2((off_t)(x), DEV_BSIZE) - static struct kerneldumpheader kdh; /* Handle chunked writes. */ |
