summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/include/50
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/include/50')
-rw-r--r--openmp/runtime/src/include/50/ompt.h.var5
1 files changed, 0 insertions, 5 deletions
diff --git a/openmp/runtime/src/include/50/ompt.h.var b/openmp/runtime/src/include/50/ompt.h.var
index 21b4c4635c0..56c5834a113 100644
--- a/openmp/runtime/src/include/50/ompt.h.var
+++ b/openmp/runtime/src/include/50/ompt.h.var
@@ -151,7 +151,6 @@
macro (ompt_callback_flush, ompt_callback_flush_t, 29) /* after executing flush */ \
\
macro (ompt_callback_cancel, ompt_callback_cancel_t, 30) /* cancel innermost binding region */ \
- macro (ompt_callback_idle, ompt_callback_idle_t, 31) /* begin or end idle state */
@@ -490,10 +489,6 @@ typedef void (*ompt_callback_master_t) (
const void *codeptr_ra /* return address of runtime call */
);
-typedef void (*ompt_callback_idle_t) (
- ompt_scope_endpoint_t endpoint /* endpoint of idle time */
-);
-
typedef enum ompt_work_type_t {
ompt_work_loop = 1,
ompt_work_sections = 2,
OpenPOWER on IntegriCloud