mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
[Offload] Remove unused KernelArgsTy instantiation (#167197)
This commit is contained in:
committed by
GitHub
parent
4b6a597230
commit
64ad5d976d
@@ -103,10 +103,6 @@ enum TargetAllocTy : int32_t {
|
||||
TARGET_ALLOC_DEFAULT,
|
||||
};
|
||||
|
||||
inline KernelArgsTy CTorDTorKernelArgs = {
|
||||
1, 0, nullptr, nullptr, nullptr, nullptr, nullptr,
|
||||
nullptr, 0, {0, 0, 0}, {1, 0, 0}, {1, 0, 0}, 0};
|
||||
|
||||
struct DeviceTy;
|
||||
|
||||
/// The libomptarget wrapper around a __tgt_async_info object directly
|
||||
|
||||
Reference in New Issue
Block a user