summaryrefslogtreecommitdiffhomepage
path: root/dev/CompilerKit/Macros.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-15 22:35:55 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-15 22:35:55 +0100
commit730b76e1aae96f9a5cafc13634d6f014e598abaf (patch)
treeb9c6542602d4fd0138eb7a88e8a9a9d13971e88e /dev/CompilerKit/Macros.h
parent49064df5303b9a96f6b11dd0aed27dc1e269aa9e (diff)
feat: API and codebase tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/CompilerKit/Macros.h')
-rw-r--r--dev/CompilerKit/Macros.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev/CompilerKit/Macros.h b/dev/CompilerKit/Macros.h
index 17e1b21..5d6f9bc 100644
--- a/dev/CompilerKit/Macros.h
+++ b/dev/CompilerKit/Macros.h
@@ -25,9 +25,5 @@
KLASS& operator=(KLASS&&) = default; \
KLASS(KLASS&&) = default;
-/// @note xxxx is the error placeholder, in hexadecimal.
-#define NECTI_ERROR_PREFIX_CXX "CXXxxxx"
-#define NECTI_ERROR_PREFIX_CL "CLxxxx"
-#define NECTI_ERROR_PREFIX_ASM "ASMxxxx"
#endif /* ifndef _NECTI_MACROS_H_ */