From: Michael Brown Date: Mon, 28 Apr 2025 16:35:49 +0000 (+0100) Subject: [uaccess] Remove redundant UNULL definition X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b45db3972f69b310788e20f24da123a1e326d73;p=thirdparty%2Fipxe.git [uaccess] Remove redundant UNULL definition Signed-off-by: Michael Brown --- 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 *