]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[uaccess] Remove redundant UNULL definition
authorMichael Brown <mcb30@ipxe.org>
Mon, 28 Apr 2025 16:35:49 +0000 (17:35 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 28 Apr 2025 16:36:18 +0000 (17:36 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/uaccess.h

index d0c6882ed76ec9fe39d2fd9871ebe02cf3e64ed9..948ef1fa2de6184273a091e662a15cc25d397e20 100644 (file)
@@ -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
  *