From 0b45db3972f69b310788e20f24da123a1e326d73 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 28 Apr 2025 17:35:49 +0100 Subject: [PATCH] [uaccess] Remove redundant UNULL definition Signed-off-by: Michael Brown --- src/include/ipxe/uaccess.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/ipxe/uaccess.h b/src/include/ipxe/uaccess.h index d0c6882ed..948ef1fa2 100644 --- a/src/include/ipxe/uaccess.h +++ b/src/include/ipxe/uaccess.h @@ -27,9 +27,6 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); */ typedef void * userptr_t; -/** Equivalent of NULL for user pointers */ -#define UNULL ( ( userptr_t ) 0 ) - /** * @defgroup uaccess_trivial Trivial user access API implementations *