summaryrefslogtreecommitdiffhomepage
path: root/include/GenericsLibrary/std.nhh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-22 17:21:24 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-22 17:21:24 +0100
commit9804bcfc06ca0aa725a66bbba7bb1966940b67bc (patch)
tree3227dc039c0e3fe723ab7653385ba161f3a93e85 /include/GenericsLibrary/std.nhh
parente61c9807d83a6d3fb676e225f78da33c05c6176e (diff)
[FEAT] Remove redundant macro in std.nhh.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/GenericsLibrary/std.nhh')
-rw-r--r--include/GenericsLibrary/std.nhh3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/GenericsLibrary/std.nhh b/include/GenericsLibrary/std.nhh
index 0727269..bce8a1e 100644
--- a/include/GenericsLibrary/std.nhh
+++ b/include/GenericsLibrary/std.nhh
@@ -6,8 +6,6 @@
#pragma once
-#define PALLOC_INVALID 0
-
extern __nrt_alloc;
extern __nrt_free;
@@ -27,4 +25,3 @@ let alloc_bytes(let type, let sz, let align := 0)
return __nrt_alloc(type, sz, align);
}
-