refactor: remove dead code

Related-To: NEO-9038
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-10-02 13:18:52 +00:00
committed by Compute-Runtime-Automation
parent 7c80f49176
commit 16d94a0b8c

View File

@@ -38,7 +38,6 @@ cl_channel_type getClChannelDataType(const ze_image_format_t &imgDescription) {
return CL_SNORM_INT16;
return CL_HALF_FLOAT;
[[fallthrough]];
case ZE_IMAGE_FORMAT_LAYOUT_32:
case ZE_IMAGE_FORMAT_LAYOUT_32_32:
case ZE_IMAGE_FORMAT_LAYOUT_32_32_32_32: