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:
parent
19130dda29
commit
52411a1739
|
@ -51,7 +51,6 @@ int IoctlHelperXe::getRunaloneExtProperty() {
|
|||
}
|
||||
|
||||
int IoctlHelperXe::getEuDebugSysFsEnable() {
|
||||
UNRECOVERABLE_IF(true);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue