The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=584c4e0abbfdbac355601491a695c7a8fd5d8ab3
commit 584c4e0abbfdbac355601491a695c7a8fd5d8ab3 Author: Olivier Certner <[email protected]> AuthorDate: 2026-02-05 08:44:28 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2026-02-06 14:45:31 +0000 i386 minidump: Remove unused macros No functional change (intended). MFC after: 2 weeks Sponsored by: The FreeBSD Foundation --- sys/i386/i386/minidump_machdep_base.c | 3 --- 1 file changed, 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. */
