Skip to content

Commit 64ad5d9

Browse files
authored
[Offload] Remove unused KernelArgsTy instantiation (#167197)
1 parent 4b6a597 commit 64ad5d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

offload/include/omptarget.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ enum TargetAllocTy : int32_t {
103103
TARGET_ALLOC_DEFAULT,
104104
};
105105

106-
inline KernelArgsTy CTorDTorKernelArgs = {
107-
1, 0, nullptr, nullptr, nullptr, nullptr, nullptr,
108-
nullptr, 0, {0, 0, 0}, {1, 0, 0}, {1, 0, 0}, 0};
109-
110106
struct DeviceTy;
111107

112108
/// The libomptarget wrapper around a __tgt_async_info object directly

0 commit comments

Comments
 (0)