Skip to content

Commit 7f58893

Browse files
committed
Remove split leftover
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent fca0f5c commit 7f58893

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,10 +1287,6 @@ void ProgramManager::addImages(pi_device_binaries DeviceBinary) {
12871287
DeviceGlobalInfo.consume<std::uint32_t, std::uint32_t>();
12881288
assert(DeviceGlobalInfo.empty() && "Extra data left!");
12891289

1290-
// Give the image pointer as an identifier for the image the
1291-
// device-global is associated with.
1292-
uintptr_t ImgId = reinterpret_cast<uintptr_t>(Img.get());
1293-
12941290
auto ExistingDeviceGlobal = m_DeviceGlobals.find(DeviceGlobal->Name);
12951291
if (ExistingDeviceGlobal != m_DeviceGlobals.end()) {
12961292
// If it has already been registered we update the information.

0 commit comments

Comments
 (0)