[Openmp-commits] [openmp] [Libomptarget] Remove handling of old ctor / dtor entries (PR #80153)

via Openmp-commits openmp-commits at lists.llvm.org
Wed Jan 31 08:11:04 PST 2024


================
@@ -66,7 +66,7 @@ int HostDataToTargetTy::addEventIfNecessary(DeviceTy &Device,
 
 DeviceTy::DeviceTy(PluginAdaptorTy *RTL, int32_t DeviceID, int32_t RTLDeviceID)
     : DeviceID(DeviceID), RTL(RTL), RTLDeviceID(RTLDeviceID),
-      PendingCtorsDtors(), PendingGlobalsMtx(), MappingInfo(*this) {}
+      MappingInfo(*this) {}
----------------
ronlieb wrote:

i think this is extraneous ? duplicated ?

https://github.com/llvm/llvm-project/pull/80153


More information about the Openmp-commits mailing list