aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/hints.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/spec/hints.h')
-rw-r--r--include/odp/api/spec/hints.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/odp/api/spec/hints.h b/include/odp/api/spec/hints.h
index 82400f073..7434c6a5c 100644
--- a/include/odp/api/spec/hints.h
+++ b/include/odp/api/spec/hints.h
@@ -52,11 +52,6 @@ extern "C" {
#define ODP_PRINTF_FORMAT(x, y) __attribute__((format(printf, (x), (y))))
/**
- * Indicate deprecated variables, functions or types
- */
-#define ODP_DEPRECATED __attribute__((__deprecated__))
-
-/**
* Intentionally unused variables of functions
*/
#define ODP_UNUSED __attribute__((__unused__))
@@ -96,7 +91,6 @@ extern "C" {
#define ODP_WEAK_SYMBOL
#define ODP_HOT_CODE
#define ODP_COLD_CODE
-#define ODP_DEPRECATED
#define ODP_UNUSED
#define odp_likely(x)
#define odp_unlikely(x)