diff --git a/rocclr/device/devprogram.cpp b/rocclr/device/devprogram.cpp index 374ad2315b..0fdaccc8bd 100644 --- a/rocclr/device/devprogram.cpp +++ b/rocclr/device/devprogram.cpp @@ -1964,13 +1964,6 @@ std::vector Program::ProcessOptions(amd::option::Options* options) std::vector extensions(sit, end); if (isLC()) { - // FIXME_lmoriche: opencl-c.h defines 'cl_khr_depth_images', so - // remove it from the command line. Should we fix opencl-c.h? - auto found = std::find(extensions.begin(), extensions.end(), "cl_khr_depth_images"); - if (found != extensions.end()) { - extensions.erase(found); - } - if (!extensions.empty()) { std::ostringstream clext;