aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/abi-default/thread.h')
-rw-r--r--include/odp/api/abi-default/thread.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/include/odp/api/abi-default/thread.h b/include/odp/api/abi-default/thread.h
index 3113278d3..3b7ce41dc 100644
--- a/include/odp/api/abi-default/thread.h
+++ b/include/odp/api/abi-default/thread.h
@@ -2,12 +2,6 @@
* Copyright (c) 2015-2018 Linaro Limited
*/
-/**
- * @file
- *
- * ODP thread
- */
-
#ifndef ODP_ABI_THREAD_H_
#define ODP_ABI_THREAD_H_
@@ -15,15 +9,7 @@
extern "C" {
#endif
-/** @addtogroup odp_thread
- * @{
- */
-
-#define ODP_THREAD_COUNT_MAX 256
-
-/**
- * @}
- */
+/* Empty header required due to the inline functions */
#ifdef __cplusplus
}