mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
fix: Remove unrecoverable_if in IoctlHelperXe
This method is always called to check if debugger is enabled. Signed-off-by: Morek, Szymon <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
19130dda29
commit
52411a1739
@@ -51,7 +51,6 @@ int IoctlHelperXe::getRunaloneExtProperty() {
|
||||
}
|
||||
|
||||
int IoctlHelperXe::getEuDebugSysFsEnable() {
|
||||
UNRECOVERABLE_IF(true);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user