Skip to content

Commit f4f33ae

Browse files
committed
remove unused def
1 parent 80a1bae commit f4f33ae

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

offload/include/OpenMP/InternalTypes.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ int32_t __kmpc_global_thread_num(void *);
7575
bool __kmpc_omp_has_task_team(int32_t gtid);
7676
void **__kmpc_omp_get_target_async_handle_ptr(int32_t gtid);
7777
int __kmpc_get_target_offload(void);
78-
kmp_task_t *__kmpc_omp_task_alloc(ident_t *loc_ref, int32_t gtid, int32_t flags,
79-
size_t sizeof_kmp_task_t,
80-
size_t sizeof_shareds,
81-
kmp_routine_entry_t task_entry);
8278
kmp_task_t *
8379
__kmpc_omp_target_task_alloc(ident_t *loc_ref, int32_t gtid, int32_t flags,
8480
size_t sizeof_kmp_task_t, size_t sizeof_shareds,

0 commit comments

Comments
 (0)