refactor: cleanup - remove not used code from Program

Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2023-10-26 14:44:13 +00:00
committed by Compute-Runtime-Automation
parent 993a6c53d5
commit 40392b33f4
3 changed files with 0 additions and 14 deletions

View File

@@ -238,11 +238,4 @@ class MockProgram : public Program {
bool callBasePopulateZebinExtendedArgsMetadataOnce = false;
};
class MockProgramAppendKernelDebugOptions : public Program {
public:
using Program::Program;
ADDMETHOD_NOBASE(appendKernelDebugOptions, bool, true, (ClDevice & clDevice, std::string &internalOptions));
ADDMETHOD_NOBASE(processGenBinary, cl_int, CL_SUCCESS, (const ClDevice &clDevice));
};
} // namespace NEO