mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
refactor: cleanup - remove not used code from Program
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
993a6c53d5
commit
40392b33f4
@@ -292,7 +292,6 @@ class Program : public BaseObject<_cl_program> {
|
||||
MOCKABLE_VIRTUAL bool isFlagOption(ConstStringRef option);
|
||||
MOCKABLE_VIRTUAL bool isOptionValueValid(ConstStringRef option, ConstStringRef value);
|
||||
|
||||
MOCKABLE_VIRTUAL bool appendKernelDebugOptions(ClDevice &clDevice, std::string &internalOptions);
|
||||
void prependFilePathToOptions(const std::string &filename);
|
||||
|
||||
void setBuildStatus(cl_build_status status);
|
||||
|
||||
Reference in New Issue
Block a user