summaryrefslogtreecommitdiffhomepage
path: root/dev/CompilerKit/Macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/CompilerKit/Macros.h')
-rw-r--r--dev/CompilerKit/Macros.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev/CompilerKit/Macros.h b/dev/CompilerKit/Macros.h
index 17e1b21..fdef375 100644
--- a/dev/CompilerKit/Macros.h
+++ b/dev/CompilerKit/Macros.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved
+ Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0
------------------------------------------- */
@@ -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_ */