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:
Morek, Szymon 2024-04-09 08:25:13 +00:00 committed by Compute-Runtime-Automation
parent 19130dda29
commit 52411a1739
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ int IoctlHelperXe::getRunaloneExtProperty() {
}
int IoctlHelperXe::getEuDebugSysFsEnable() {
UNRECOVERABLE_IF(true);
return 0;
}