Skip to content

Commit 8894268

Browse files
[openmp] Remove unused function
This test utility was showing up in -Wunused builds and I cannot find any references to it. Remove it.
1 parent 8f77621 commit 8894268

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

openmp/tools/omptest/src/OmptTester.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,6 @@ static void on_ompt_callback_work(ompt_work_t work_type,
192192
task_data, count, codeptr_ra);
193193
}
194194

195-
static void on_ompt_callback_dispatch(ompt_data_t *parallel_data,
196-
ompt_data_t *task_data,
197-
ompt_dispatch_t kind,
198-
ompt_data_t instance) {
199-
OmptCallbackHandler::get().handleDispatch(parallel_data, task_data, kind,
200-
instance);
201-
}
202-
203195
static void on_ompt_callback_sync_region(ompt_sync_region_t kind,
204196
ompt_scope_endpoint_t endpoint,
205197
ompt_data_t *parallel_data,

0 commit comments

Comments
 (0)