diff options
| author | Joachim Protze <protze@itc.rwth-aachen.de> | 2018-08-15 13:54:28 +0000 |
|---|---|---|
| committer | Joachim Protze <protze@itc.rwth-aachen.de> | 2018-08-15 13:54:28 +0000 |
| commit | e1a04b4659a6cc7ef0f777622b38c3da3535b92d (patch) | |
| tree | dc67f515f3b32beb2c5ee2e3e863855117e40e9e /openmp/runtime/src/include | |
| parent | fabf7fe5f86db42d9bdc98942c3d522cf5889d53 (diff) | |
| download | bcm5719-llvm-e1a04b4659a6cc7ef0f777622b38c3da3535b92d.tar.gz bcm5719-llvm-e1a04b4659a6cc7ef0f777622b38c3da3535b92d.zip | |
[OMPT] Remove OMPT idle callback
The idle callback was removed from the spec as of TR7.
This removes it from the implementation.
Patch provided by Simon Convent
Reviewers: hbae, protze.joachim
Differential Revision: https://reviews.llvm.org/D48362
llvm-svn: 339771
Diffstat (limited to 'openmp/runtime/src/include')
| -rw-r--r-- | openmp/runtime/src/include/50/ompt.h.var | 5 |
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, |

