diff --git a/projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp b/projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp index dca0a4188a..c9af9fa9e0 100644 --- a/projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp +++ b/projects/clr/rocclr/runtime/device/rocm/rocdevice.cpp @@ -870,9 +870,6 @@ Device::populateOCLDeviceConstants() assert(HSA_EXTENSION_IMAGES < 8); const bool image_is_supported = -#if defined(WITH_LIGHTNING_COMPILER) - false && // FIXME_lmoriche: Enable this when the LC is ready. -#endif // defined(WITH_LIGHTNING_COMPILER) ((hsa_extensions[0] & (1 << HSA_EXTENSION_IMAGES)) != 0); if (image_is_supported) { // Images