diff --git a/offload/include/omptarget.h b/offload/include/omptarget.h index 89aa468689eaf..fbb4a06accf84 100644 --- a/offload/include/omptarget.h +++ b/offload/include/omptarget.h @@ -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